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 <eric.schu...@gmx.com>
To: Feiming Chen <feimingc...@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 <feimingc...@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

Reply via email to