Michael Hannon <jm_han...@yahoo.com> 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