emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [Bug] New LaTeX exporter ignoring noexport


From: Andreas Leha
Subject: [O] [Bug] New LaTeX exporter ignoring noexport
Date: Sun, 06 May 2012 22:03:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

* Hi all,

for me the new latex exporter seems to ignore the :noexport: tag with
regard to source block execution.

If I export this example, both source blocks get evaluated.

(It works well, if I limit the scope of the export to a subtree)


** Do NOT export this                                              :noexport:
Test
#+begin_src R
  Sys.sleep(10)
#+end_src


** Export this
No test
#+begin_src R
  1:5
#+end_src


Regards,
Andreas




reply via email to

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