all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [babel] [new exporter] bug in subtree export
@ 2012-11-10 13:47 Andreas Leha
  2012-11-10 14:00 ` Andreas Leha
  2012-11-10 14:01 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Leha @ 2012-11-10 13:47 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-10 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10 13:47 [babel] [new exporter] bug in subtree export Andreas Leha
2012-11-10 14:00 ` Andreas Leha
2012-11-10 14:01 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.