On 11/16/11 9:21 AM, Michael Hannon wrote:
(2) I typically use the following BABEL line:
#+BABEL: :session *R* :cache yes :results output verbatim :exports
both :tangle
How would I express that using the PROPERTY syntax?
#+PROPERTY: session *R*
#+PROPERTY: cache yes
#+PROPERTY: results output verbatim
etc.
Or if you've got everything under the same (parent) heading:
* Top-level heading
:PROPERTIES:
:session: *R*
:cache: yes
:results: output verbatim
:exports: both
:tangle: yes
:END:
hth,
Christian