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

2011-02-27 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes:

 Hi Eric,

 thanks for testing this.  It works for me when executing as well.  But
 not when exporting.  Does that work for you?

 I have tested this on two computers with the latest git version.


Oh, I see, sorry I missed that in your original email.  I've just pushed
up change which should fix this issue.

Best -- Eric


 Cheers,
 Andreas

 Am 26.02.2011 01:29, schrieb Eric Schulte:
 Hi Andreas,

 This exact example worked for me -- that is the results were returned
 without executing the sleep 5 code.

 Maybe you are using an old version of Org, or you have non-standard
 default header argument values?

 Best -- Eric

 Andreas Leha andreas.l...@med.uni-goettingen.de writes:

   
 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 |
 ==


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
   

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2011-02-26 Thread Andreas Leha
Hi Eric,

thanks for testing this.  It works for me when executing as well.  But
not when exporting.  Does that work for you?

I have tested this on two computers with the latest git version.

Cheers,
Andreas

Am 26.02.2011 01:29, schrieb Eric Schulte:
 Hi Andreas,

 This exact example worked for me -- that is the results were returned
 without executing the sleep 5 code.

 Maybe you are using an old version of Org, or you have non-standard
 default header argument values?

 Best -- Eric

 Andreas Leha andreas.l...@med.uni-goettingen.de writes:

   
 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 |
 ==


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
   

attachment: andreas_leha.vcf

smime.p7s
Description: S/MIME Cryptographic Signature
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2011-02-25 Thread Eric Schulte
Hi Andreas,

This exact example worked for me -- that is the results were returned
without executing the sleep 5 code.

Maybe you are using an old version of Org, or you have non-standard
default header argument values?

Best -- Eric

Andreas Leha andreas.l...@med.uni-goettingen.de writes:

 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 |
 ==


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2011-02-24 Thread Andreas Leha
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 |
==




smime.p7s
Description: S/MIME Cryptographic Signature
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode