Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread cberry
Torsten Wagner torsten.wag...@gmail.com writes: Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later #+PROPERTY: var bar=5 would change this

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread Eric Schulte
Torsten Wagner torsten.wag...@gmail.com writes: Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later #+PROPERTY: var bar=5 would change

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread Eric Schulte
cbe...@tajo.ucsd.edu writes: Torsten Wagner torsten.wag...@gmail.com writes: Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later

Re: [O] About the use of PROPERTY meta lines...

2012-01-05 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric and all, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way:

Re: [O] About the use of PROPERTY meta lines...

2012-01-05 Thread Torsten Wagner
Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later #+PROPERTY: var bar=5 would change this value to 5 for either the rest of the file or until a

Re: [O] About the use of PROPERTY meta lines...

2012-01-02 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way: - on a file basis, before any heading, through the =PROPERTY= keyword, - on a subtree

Re: [O] About the use of PROPERTY meta lines...

2012-01-02 Thread Sebastien Vauban
Hi Eric and all, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way: - on a file basis, before any heading, through the

[O] About the use of PROPERTY meta lines...

2011-12-29 Thread Sebastien Vauban
#+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way: - on a file basis, before any heading, through the =PROPERTY= keyword, - on a subtree basis, through the =PROPERTIES= block. My comprehension is that