emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] BABEL --> PROPERTY?


From: Sebastien Vauban
Subject: Re: [O] BABEL --> PROPERTY?
Date: Wed, 16 Nov 2011 10:31:33 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (windows-nt)

Hi Michael,

Michael Hannon wrote:
> Hi, Eric.  In a recent thread ("Failure exporting with emacs --batch") on this
> list, you mentioned:
>
>>> #+BABEL :exports results
>>>
>> 
>> One item to note is that the #+BABEL: syntax is now deprecated, try
>> replacing the above line with the following.
>> 
>> #+PROPERTY: exports results
>
> I've seen the extended discussion on this list about this change, but I
> haven't been able to follow the details.  It seems that there were various
> proposals and counter proposals.
>
> Can you (or others) clarify a couple of things for me?
>
> (1) Does "deprecated" mean that the BABEL line will be gone from Org-mode 7.8?

Yes.

> (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
#+PROPERTY:  exports both
#+PROPERTY:  tangle yes

Note that I added a "yes" value for the "tangle" property. That was missing
from your BABEL line.

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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