[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

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

2014-11-02 Thread Nicolas Goaziou
Hello, Alexander Baier alexander.ba...@mailbox.org 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

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 alexander.ba...@mailbox.org 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