emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BABEL --> PROPERTY?


From: Christian Moe
Subject: Re: [O] BABEL --> PROPERTY?
Date: Wed, 16 Nov 2011 10:19:42 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]