emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [babel] Bug? :cache yes ignored when :noweb yes


From: Andreas Leha
Subject: [Orgmode] [babel] Bug? :cache yes ignored when :noweb yes
Date: Thu, 24 Feb 2011 19:07:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Iceowl/1.0b1 Icedove/3.0.11

Hi all,

When ':noweb yes' is in the header, ':cache yes' is ignored during
export.  (At least when I export the sample file below.)

To me this seems to be a bug.  Or am I missing something?

Regards,
Andreas

PS: Example:
====================
* Test
  #+srcname: test_sleep
  #+begin_src R :session :exports code
    Sys.sleep(time=5)
    1:10
  #+end_src

  #+srcname: test_sleep
  #+begin_src R :session :exports results :noweb yes :cache yes
    <<test_sleep>>
  #+end_src

  #+results[e2c9e6c2f84563b590a765502057d92463e50182]: test_sleep
  |  1 |
  |  2 |
  |  3 |
  |  4 |
  |  5 |
  |  6 |
  |  7 |
  |  8 |
  |  9 |
  | 10 |
==============================


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]