emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] [babel] [new exporter] bug in subtree export
Date: Sat, 10 Nov 2012 15:01:06 +0100

Hello,

Andreas Leha <address@hidden> 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



reply via email to

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