From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Williams Subject: I'm tripping over #+BABEL: vs. #+PROPERTY: Date: Wed, 14 Mar 2012 13:23:40 -0500 Message-ID: <21A5E1E970CD46459ECBE86D6CC4B28C5364FAE0@spexch01.WindLogics.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7srR-0007KE-8n for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 14:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7srP-0001ma-C6 for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 14:23:44 -0400 Received: from shrimp.windlogics.com ([216.245.170.164]:17762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7srP-0001lq-7a for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 14:23:43 -0400 Content-Language: en-US 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: "emacs-orgmode@gnu.org" 1) I see from http://orgmode.org/Changes.html, section "Incompatible change= s", that I have to change my #+BABEL: lines to something else, in order to = upgrade from 7.7 to 7.8.03. But I can't figure out to what. I previously had: #+BABEL: :session *R* :results output :exports both #+begin_src R :exports none :results silent setwd('c:/Users/ken/wdir') source("src/main/R/mylib.R") #+end_src What does that translate to, using #+PROPERTY: syntax? I tried the followi= ng, but then when I execute a "#+begin_src R" block, it doesn't evaluate in= a session called *R*, it just evaluates in-process. No *R* buffer is crea= ted. #+PROPERTY: session *R* #+PROPERTY: results output #+PROPERTY: exports both A pointer to some transition doc would also be great, if such a thing exist= s. 2) In the same list of "Incompatible changes", it says "code blocks are nam= ed with - results are named with code block may still be labeled with named= with #+tblname: will be considered to be named results". What on earth do= es that mean?? I would offer a doc patch but I can't figure it out. =3D) -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the inte= nded recipient(s) and may contain confidential and privileged information. = Any unauthorized review, use, disclosure or distribution of any kind is str= ictly prohibited. If you are not the intended recipient, please contact the= sender via reply e-mail and destroy all copies of the original message. Th= ank you.