emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Filtering org file according to priorities


From: Matt Lundin
Subject: [Orgmode] Re: Filtering org file according to priorities
Date: Thu, 27 Jan 2011 13:20:39 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

"Renger van Nieuwkoop" <address@hidden> writes:

> Hi
>
> I have the following list in an org-file
> * Work
> ** [#A] Goal1
> ** [#B] Goal2
> ** [#A] Goal3
>
> I want to filter for all entries with priority A. If I use C-c / p
> PRIORITY A Org-mode highlights all the entries with [#A] but also shows
> the other entries with [#B].
> How can I hide those entries?
>

(setq org-show-siblings nil)

For finer-grained control, type C-h v org-show-siblings.

Best,
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]