Hello,
Andreas Leha <[email protected]> writes:
> 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).
I cannot reproduce it.
When exporting "* Some text" subtree on:
--8<---------------cut here---------------start------------->8---
#+TITLE: refs not in tree
#+LATEX_HEADER: \usepackage{hyperref}
* Some code
#+name: mycode
#+BEGIN_SRC emacs-lisp
(+ 1 1)
#+END_SRC
* Some text
Here, I input the results:
1 + 1 is src_emacs-lisp[:var ttt=mycode() :results raw]{ttt}
--8<---------------cut here---------------end--------------->8---
I get:
--8<---------------cut here---------------start------------->8---
\begin{document}
\maketitle
Here, I input the results:
1 + 1 is 2
% Generated by Org mode 7.9.2 in Emacs 24.2.1.
\end{document}
--8<---------------cut here---------------end--------------->8---
Do you use the latest Org? Is it specific to R, or can you reproduce my
example?
Regards,
--
Nicolas Goaziou