Re: [O] Function to look-up a certain property

2014-11-02 Thread Alexander Baier
On 2014-11-02 18:08 Nicolas Goaziou wrote: > Hello, > > Alexander Baier writes: > >> I am looking for a function that starts at point and walks up the >> outline-tree searching for property P. If P is defined the function >> returns P's value, otherwise nil. If The top level headline does not >> h

Re: [O] Function to look-up a certain property

2014-11-02 Thread Nicolas Goaziou
Hello, Alexander Baier writes: > I am looking for a function that starts at point and walks up the > outline-tree searching for property P. If P is defined the function > returns P's value, otherwise nil. If The top level headline does not > have a property P, the function looks for #+P between

[O] Function to look-up a certain property

2014-11-02 Thread Alexander Baier
Hello, I am looking for a function that starts at point and walks up the outline-tree searching for property P. If P is defined the function returns P's value, otherwise nil. If The top level headline does not have a property P, the function looks for #+P between the first headline and bob. Is th