From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feiming Chen Subject: Re: Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11] Date: Fri, 31 Aug 2012 09:38:44 -0700 (PDT) Message-ID: <1346431124.34381.YahooMailRC@web181501.mail.ne1.yahoo.com> References: <1346341184.10633.YahooMailRC@web181504.mail.ne1.yahoo.com> <87vcg0cr5u.fsf@gmx.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="1463410457-595304252-1346431124=:34381" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7UF9-0004QI-LN for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 12:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7UF6-0003k4-7X for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 12:38:51 -0400 Received: from nm18-vm0.bullet.mail.ac4.yahoo.com ([98.139.53.210]:41637) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T7UF6-0003jm-34 for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 12:38:48 -0400 In-Reply-To: <87vcg0cr5u.fsf@gmx.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: Eric Schulte Cc: emacs-orgmode@gnu.org --1463410457-595304252-1346431124=:34381 Content-Type: text/plain; charset=us-ascii HI Eric: Thanks a lot! But I am still having trouble with some buffer-wide header arguments. In particular, I could not have the following code working as expected: #+PROPERTY: :eval no * test 3: Buffer-wide header arguments are NOT effective #+begin_src R :exports both print(pi) #+end_src I am getting the result printed even though I turned the evaluation off. It seems I could not turn off the evaluation with ":eval no" in the buffer-wide header argument. Could you help? Sincerely, Feiming Chen ________________________________ From: Eric Schulte To: Feiming Chen Cc: emacs-orgmode@gnu.org Sent: Thu, August 30, 2012 11:53:44 AM Subject: Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11] Feiming Chen writes: > Hi: Could anyone help with the following problem? > > Please see the attached file "a.org" with its text export "a.txt" (from C-c C-e > > a). > Replace #+PROPERTY: exports both #+PROPERTY: results output with #+PROPERTY: :exports both #+PROPERTY: :results output Best, -- Eric Schulte http://cs.unm.edu/~eschulte --1463410457-595304252-1346431124=:34381 Content-Type: text/html; charset=us-ascii
HI Eric:

Thanks a lot!  But I am still having trouble with some buffer-wide header arguments.   In particular, I could not have the following code working as expected:

#+PROPERTY: :eval no

* test 3: Buffer-wide header arguments are NOT effective
#+begin_src R :exports both
  print(pi)
#+end_src

I am getting the result printed even though I turned the evaluation off.  It seems I could not turn off the evaluation with ":eval no" in the buffer-wide header argument.   Could you help? 

Sincer ely,
Feiming Chen



From: Eric Schulte <eric.schulte@gmx.com>
To: Feiming Chen <feimingchen@yahoo.com>
Cc: emacs-orgmode@gnu.org
Sent: Thu, August 30, 2012 11:53:44 AM
Subject: Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

Feiming Chen <feimingchen@yahoo.com> writes:

> Hi: Could anyone help with the following problem?
>
> Please see the attached file "a.org" with its text export "a.txt" (from C-c C-e
> a).
>

Replace

    #+PROPERTY: exports both
    #+PROPERTY: results output

with

    #+PROPERTY: :exports both
    #+PROPERTY: :results output

Best,

--
Eric Schulte
http://cs.unm.edu/~eschulte
--1463410457-595304252-1346431124=:34381--