* Conditionally display breadcrumbs in agenda view
@ 2014-02-07 20:29 Pete Ley
2014-02-08 13:32 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Pete Ley @ 2014-02-07 20:29 UTC (permalink / raw)
To: emacs-orgmode
I know there is a way to display parent headlines using the agenda
prefix.
Is there a simple way to do this conditionally for certain subtrees?
Here's my use case. I have an org file machines.org for keeping track of
what I do to various machines I work on/administer (though I use that
term hesitantly and extremely lightly :)). I keep TODO items for each
machine for things like backups and updates. Sometimes I'll have an item
that has subtasks and I don't want to make the parent heading a TODO
item because it will clutter my agenda view. I just want the subtasks to
show, but I'd like to have some reference to the overarching task.
For example:
* Tmux
** TODO Install
** TODO Set up basic keybindings
** TODO Fine tune config
These showing up on their own could be a little esoteric. What I've been
doing so far is just setting a CATEGORY property under Tmux so I can see
what the top task is, but ideally I'd like to be able to set just this
subtree to show Tmux/Install, etc in the agenda and everything else
display normally. Is this possible?
Thanks in advance
Pete
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Conditionally display breadcrumbs in agenda view
2014-02-07 20:29 Conditionally display breadcrumbs in agenda view Pete Ley
@ 2014-02-08 13:32 ` Bastien
2014-02-08 20:47 ` Samuel Wales
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2014-02-08 13:32 UTC (permalink / raw)
To: Pete Ley; +Cc: emacs-orgmode
Hi Pete,
Pete Ley <peteley11235@gmail.com> writes:
> I know there is a way to display parent headlines using the agenda
> prefix.
>
> Is there a simple way to do this conditionally for certain subtrees?
Nope.
> Here's my use case. I have an org file machines.org for keeping track of
> what I do to various machines I work on/administer (though I use that
> term hesitantly and extremely lightly :)). I keep TODO items for each
> machine for things like backups and updates. Sometimes I'll have an item
> that has subtasks and I don't want to make the parent heading a TODO
> item because it will clutter my agenda view. I just want the subtasks to
> show, but I'd like to have some reference to the overarching task.
You can hit ^ in the agenda:
^ runs the command org-agenda-filter-by-top-headline
Hope that helps,
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-08 20:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 20:29 Conditionally display breadcrumbs in agenda view Pete Ley
2014-02-08 13:32 ` Bastien
2014-02-08 20:47 ` Samuel Wales
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).