[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Exporting caption with raw results from inline source blocks
From: |
Andreas Leha |
Subject: |
[O] Exporting caption with raw results from inline source blocks |
Date: |
Wed, 24 Apr 2013 09:33:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
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
- [O] Exporting caption with raw results from inline source blocks,
Andreas Leha <=
- Re: [O] Exporting caption with raw results from inline source blocks, Andreas Leha, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, John Hendy, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, Andreas Leha, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, John Hendy, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, Eric Schulte, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, Eric Schulte, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, Nicolas Goaziou, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, Eric Schulte, 2013/04/26
- Re: [O] Exporting caption with raw results from inline source blocks, Sebastien Vauban, 2013/04/27
- Re: [O] Exporting caption with raw results from inline source blocks, Andreas Leha, 2013/04/27