emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Some commands are not exported to LaTeX


From: Rafael
Subject: [O] Some commands are not exported to LaTeX
Date: Sat, 26 Nov 2011 22:11:05 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.3 (gnu/linux)

With Emacs 23.3.1 in Ubuntu 11.10, and recent org (Org-mode version 7.7
(release_7.7.601.g55e4d), loaded after emacs -Q), consider the following
file. When exporting to LaTeX, the rows starting with #+attr_html,
#attr_latex, #+caption, do not appear. Both html and odt export are
fine.

#+TITLE: Hello, World

* An org mode code example

#+begin_src org
  ,#+title: Hello
  
  ,* This is an example
  
  ,#+attr_html: width="50%"
  ,#+attr_latex: height=0.5\textheight
  ,#+attr_odt: (:scale 0.5)
  ,#+caption: A caption
  ,[[file:figure.jpg]]
#+end_src



reply via email to

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