[O] Return header one level up

2016-05-12 Thread Zach Sheffler
I'm trying to dip my toes into the waters of customizing org-mode somewhat, so I'm unsure as to where to look. Is there an easy way to return the text of the parent header? In other words, if I had this in the agenda prefix, and the agenda file read: * One ** TODO Two It would show in the agenda

[O] Return Top-Level Heading

2015-10-13 Thread Zach Sheffler
Hello, Is there a way to reference the top-level heading that a lower-level heading belongs to? For instance: * One ** Two *** Three If I have "Three", how can I get it to tell me that the top-level is "One"? For reference, this is for an org-agenda-prefix. Thanks!

Re: [O] Display only after inactive timestamp

2014-08-18 Thread Zach Sheffler
; I don't see it set anywhere here, but try checking the value of > org-agenda-include-inactive-timestamps ? > > > -Original Message----- > > From: Zach Sheffler [mailto:zsheff...@gmail.com] > > Sent: Friday, August 15, 2014 2:41 PM > > To: Subhan Michael Tinda

Re: [O] Display only after inactive timestamp

2014-08-15 Thread Zach Sheffler
(org-agenda-skip-scheduled-if-done t) '(org-agenda-span (quote day)) '(org-agenda-start-with-clockreport-mode t) '(org-agenda-start-with-log-mode nil) '(org-agenda-tags-todo-honor-ignore-options t) '(org-agenda-todo-ignore-scheduled (quote future)) '(org-agenda

[O] Display only after inactive timestamp

2014-08-15 Thread Zach Sheffler
I am trying to get items with a specific tag to show only after an inactive (recurring) timestamp such that they show on the search-by-tag but not on the Day-Agenda. I can't seem to figure out the proper way to set up the agenda command, however. Is there a way to accomplish this?