emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] BABEL --> PROPERTY?


From: Michael Hannon
Subject: Re: [O] BABEL --> PROPERTY?
Date: Wed, 16 Nov 2011 11:48:26 -0800 (PST)

>> (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:

Thanks, Christian.  That seems simple enough.  I had a vague recollection that
there was at one time a proposal to have some kind of continuation lines for
multiple properties.

-- Mike


reply via email to

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