From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hannon Subject: Re: BABEL --> PROPERTY? Date: Wed, 16 Nov 2011 11:48:26 -0800 (PST) Message-ID: <1321472906.25066.YahooMailNeo@web161907.mail.bf1.yahoo.com> References: <1321431705.22960.YahooMailNeo@web161915.mail.bf1.yahoo.com> <4EC3802E.6010108@christianmoe.com> Reply-To: Michael Hannon Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="-1465582045-429860984-1321472906=:25066" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQlTD-0004eO-Rg for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 14:48:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQlT9-0006qG-4Y for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 14:48:31 -0500 Received: from nm2.bullet.mail.bf1.yahoo.com ([98.139.212.161]:21818) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RQlT8-0006q7-Th for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 14:48:27 -0500 In-Reply-To: <4EC3802E.6010108@christianmoe.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "mail@christianmoe.com" Cc: Org-Mode List ---1465582045-429860984-1321472906=:25066 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable >> (2) I typically use the following BABEL line:=0A>>=0A>> #+BABEL: :sessio= n *R* :cache yes :results output verbatim :exports=0A>> both :tangle=0A>>= =0A>> How would I express that using the PROPERTY syntax?=0A=0A> #+PROPERTY= : session *R*=0A> #+PROPERTY: cache yes=0A> #+PROPERTY: results output verb= atim=0A> etc.=0A> =0A> Or if you've got everything under the same (parent) = heading:=0A> =0A> * Top-level heading=0A>=A0=A0 :PROPERTIES:=0A>=A0=A0 :ses= sion: *R*=0A>=A0=A0 :cache:=A0 yes=0A>=A0=A0 :results: output verbatim=0A>= =A0=A0 :exports: both=0A>=A0=A0 :tangle:=A0 yes=0A>=A0=A0 :END:=0A=0AThanks= , Christian.=A0 That seems simple enough.=A0 I had a vague recollection tha= t=0Athere was at one time a proposal to have some kind of continuation line= s for=0Amultiple properties.=0A=0A-- Mike ---1465582045-429860984-1321472906=:25066 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
>> (2) I typically use the f= ollowing BABEL line:
>>
>> #+BABEL: :session *R* :cache y= es :results output verbatim :exports
>> both :tangle
>>>> How would I express that using the PROPERTY syntax?

> = #+PROPERTY: session *R*
> #+PROPERTY: cache yes
> #+PROPERTY: r= esults output verbatim
> etc.
>
> Or if you've got every= thing under the same (parent) heading:
>
> * Top-level heading=
>   :PROPERTIES:
>   :session: *R*
>=    :cache:  yes
>   :results: output verbati= m
>   :exports: both
>   :tangle:  yes=
>   :END:

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

-- Mike

---1465582045-429860984-1321472906=:25066--