emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [babel] [new exporter] bug in subtree export


From: Andreas Leha
Subject: [O] [babel] [new exporter] bug in subtree export
Date: Sat, 10 Nov 2012 14:47:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Hi all,

I am not able to export a subtree, that has babel references pointing
outside, when I use the new exporter (it is working with the old one).

See the following example and export the second subtree only to
reproduce the problem:

---[ example orgmode file ]
#+TITLE: refs not in tree
#+LATEX_HEADER: \usepackage{hyperref}


* Some code
#+name: mycode
#+begin_src R
1 + 1
#+end_src

#+results: mycode
: 2


* Some text
Here, I input the results:
1 + 1 is src_R[:var ttt=mycode() :results raw]{paste("=", ttt)}
---------


Regards,
Andreas




reply via email to

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