Re: [O] Help with "macro"

2019-10-12 Thread Adam Porter
Nathan Neff writes: > I'm trying to implement a function to display the TODO items of the > currently highlighted item in the agenda and have a few questions: > > Goal: > > 1) From the agenda, place the cursor on a heading. > > 2) Press a key and instantly narrow the agenda to the heading which >

Re: [O] Help with "macro"

2019-10-12 Thread Nathan Neff
I'm getting there - I found (org-element-property :PROJ (org-element-at-point)) from a regular org-mode file - now I just need to jump there from the agenda. On Sat, Oct 12, 2019 at 12:18 PM Nathan Neff wrote: > I'm trying to implement a function to display the TODO items of the > currently hig

[O] Help with "macro"

2019-10-12 Thread Nathan Neff
I'm trying to implement a function to display the TODO items of the currently highlighted item in the agenda and have a few questions: Goal: 1) From the agenda, place the cursor on a heading. 2) Press a key and instantly narrow the agenda to the heading which the cursor is on. 3) Display org-todo