emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* issues with export of LaTeX figure captions
@ 2013-05-06  0:50 RJ Cunningham
  2013-05-06  7:18 ` Sebastien Vauban
  0 siblings, 1 reply; 4+ messages in thread
From: RJ Cunningham @ 2013-05-06  0:50 UTC (permalink / raw)
  To: emacs-orgmode

G'day fellow orgmode users,

I've encountered an issue/difference with the way the recent "babel
processor" handles captions.

In versions prior to 8 the following WORKED (on export produced a figure
environment with a caption):

#+CAPTION: Fails to produce table environment and so caption in the new orgmode
#+LABEL: fig:fails
#+begin_src R :session :results graphics :file fails.pdf :exports results
plot(1:10)
#+end_src

Under orgmode version 8.0.2 (8.0.2-2-g93da18-elpa the same code does
not work, the includegraphics is exported sans the figure environment.


Under this latest orgmode the following does work:

#+begin_src R :session :results graphics :file ok.pdf :exports results
plot(1:10)
#+end_src

#+CAPTION: Succeeds to produce table environment and so caption
#+LABEL: fig:OK
#+RESULTS[2d39a23f088d95e808bb867f97a0ecd2df621bbd]:
[[file:ok.pdf]]



However, this second construction of code has the following issues:
 1. it is different to prior method which worked
 2. it is ugly to have the caption sandwiched between the code and the
 results
 3. often, but not always, when the code is re-executed the caption and
 label is lost

I also see that HTML export also fails to produce a caption.


Is this an issue in orgmode that can be addressed or is it an issue with
my understanding? I must admit as much as I like org-babel I have long
found the options for headers and arguments hard to understand well.


Cheers,

Robert Cunningham

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

end of thread, other threads:[~2013-05-06 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-06  0:50 issues with export of LaTeX figure captions RJ Cunningham
2013-05-06  7:18 ` Sebastien Vauban
2013-05-06  9:39   ` RJ Cunningham
2013-05-06 12:11     ` Sebastien Vauban

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).