emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exporting caption with raw results from inline source blocks
@ 2013-04-24  7:33 Andreas Leha
  2013-04-26 11:49 ` Andreas Leha
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Leha @ 2013-04-24  7:33 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I am experiencing problems when exporting a document with inline source
blocks in captions, when I want to export raw results.

I guess the culprit are the 'raw' results.  What should I do instead?

Here is a MWE that does not export properly to LaTeX:

--8<---------------cut here---------------start------------->8---
#+PROPERTY: exports results
#+PROPERTY: results raw

* Caption with inline source

#+name: theplot
#+begin_src R :results graphics :file someplot.pdf
  plot(1:(10+1), 1:(10+1))
#+end_src

#+caption: There are src_R{10+1} points in this plot
#+results: theplot
[[file:someplot.pdf]]
--8<---------------cut here---------------end--------------->8---


Best,
Andreas

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

end of thread, other threads:[~2013-04-27 11:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-24  7:33 Exporting caption with raw results from inline source blocks Andreas Leha
2013-04-26 11:49 ` Andreas Leha
2013-04-26 12:28   ` John Hendy
2013-04-26 12:41     ` Andreas Leha
2013-04-26 12:56       ` John Hendy
2013-04-26 15:34       ` Eric Schulte
2013-04-26 15:44         ` Eric Schulte
2013-04-26 19:56         ` Nicolas Goaziou
2013-04-26 20:20           ` Eric Schulte
2013-04-27  6:30             ` Sebastien Vauban
2013-04-27 11:18               ` Andreas Leha

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).