* Filtering org file according to priorities
@ 2011-01-24 8:13 Renger van Nieuwkoop
2011-01-27 18:20 ` Matt Lundin
0 siblings, 1 reply; 2+ messages in thread
From: Renger van Nieuwkoop @ 2011-01-24 8:13 UTC (permalink / raw)
To: emacs-orgmode
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?
Thanks
Renger
____________________
Modelworks
Gewerbestrasse 15
3600 Thun - Switzerland
+41 79 818 53 73
Info@modelworks.ch
blog.modelworks.ch
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Filtering org file according to priorities
2011-01-24 8:13 Filtering org file according to priorities Renger van Nieuwkoop
@ 2011-01-27 18:20 ` Matt Lundin
0 siblings, 0 replies; 2+ messages in thread
From: Matt Lundin @ 2011-01-27 18:20 UTC (permalink / raw)
To: Renger van Nieuwkoop; +Cc: emacs-orgmode
"Renger van Nieuwkoop" <renger@ecoplan.ch> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-27 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 8:13 Filtering org file according to priorities Renger van Nieuwkoop
2011-01-27 18:20 ` Matt Lundin
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).