From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: BABEL --> PROPERTY? Date: Wed, 16 Nov 2011 12:58:51 -0700 Message-ID: <87ehx7x2is.fsf@gmail.com> References: <1321431705.22960.YahooMailNeo@web161915.mail.bf1.yahoo.com> <4EC3802E.6010108@christianmoe.com> <1321472906.25066.YahooMailNeo@web161907.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQldL-0007Op-RX for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 14:59:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQldK-0000X6-BD for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 14:58:59 -0500 Received: from mail-pz0-f47.google.com ([209.85.210.47]:35676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQldK-0000Wn-0n for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 14:58:58 -0500 Received: by pzk1 with SMTP id 1so228708pzk.6 for ; Wed, 16 Nov 2011 11:58:56 -0800 (PST) In-Reply-To: <1321472906.25066.YahooMailNeo@web161907.mail.bf1.yahoo.com> (Michael Hannon's message of "Wed, 16 Nov 2011 11:48:26 -0800 (PST)") 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: Michael Hannon Cc: Org-Mode List , "mail@christianmoe.com" Michael Hannon 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. >>=20 >> Or if you've got everything under the same (parent) heading: >>=20 >> * Top-level heading >>=C2=A0=C2=A0 :PROPERTIES: >>=C2=A0=C2=A0 :session: *R* >>=C2=A0=C2=A0 :cache:=C2=A0 yes >>=C2=A0=C2=A0 :results: output verbatim >>=C2=A0=C2=A0 :exports: both >>=C2=A0=C2=A0 :tangle:=C2=A0 yes >>=C2=A0=C2=A0 :END: > > Thanks, Christian.=C2=A0 That seems simple enough.=C2=A0 I had a vague re= collection 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=3Dorg-mode.git;a=3Dcommit;h=3D3af89e696a32afcc39f2e= 3bdb6132ac588d530ae Best -- Eric > > -- Mike --=20 Eric Schulte http://cs.unm.edu/~eschulte/