emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Can't export two figures in one document to odt


From: Tyler Smith
Subject: [O] Can't export two figures in one document to odt
Date: Tue, 5 Nov 2013 10:57:19 -0500

Hi,

I'm new to org-babel, and having trouble with exporting to .odt. The
following file works. I can export to .odt no problem, the figure
shows up as expected:

+-----------
#+PROPERTY: header-args:R  :session rTest

#+BEGIN_SRC R :results graphics :file test1.jpg :exports both

  plot(1:10)

#+END_SRC

#+RESULTS:
[[file:test1.jpg]]
+-----------

But if I add a second figure, and try to export to .odt, I get a
"Read-Error. Error reading file." error from LibreOffice. I can export
to pdf no problem. Here's the problem file:

+-----------
#+PROPERTY: header-args:R  :session rTest

#+BEGIN_SRC R :results graphics :file test1.jpg :exports both

  plot(1:10)

#+END_SRC

#+RESULTS:
[[file:test1.jpg]]

#+BEGIN_SRC R :results graphics :file test2.jpg :exports both

plot(10:1)

#+END_SRC

#+RESULTS:
[[file:test2.jpg]]

+------------------

Thanks,

Tyler

Emacs 24.3.50.1
Org-mode 8.2.1
Debian Linux
LibreOffice 4.1.3.2



reply via email to

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