emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] BABEL --> PROPERTY?


From: Eric Schulte
Subject: Re: [O] BABEL --> PROPERTY?
Date: Wed, 16 Nov 2011 12:58:51 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

Michael Hannon <address@hidden> writes:

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

That is the case and the (now implemented) result of these discussions
is best described in the commit message shown here.
http://orgmode.org/w/?p=org-mode.git;a=commit;h=3af89e696a32afcc39f2e3bdb6132ac588d530ae

Best -- Eric

>
> -- Mike

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

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