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

[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

[O] Bug and quick bugfix

2019-10-12 Thread Godefroy
Hello, As it is my first email to the list, please forgive me if I do anything the wrong way. I recently encountered a bug when exporting an org file to LaTeX: when generating a figure with a caption, the LaTeX result has the following shape: \begin{figure} … \caption{\label{…} Content of the

[O] Quoting of noweb references and variable noweb function arguments

2019-10-12 Thread Cody Goodman
I'm having an issue with quoting noweb functions. Since quote is used to signify a variable being passed into the noweb syntax function call I cannot put a quote around theno web function call and end up with invalid bash. I feel like I had this working at some point and it turned out that