emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Section between #+latex: declarations not converted during export


From: Matt Lundin
Subject: [O] Section between #+latex: declarations not converted during export
Date: Sun, 13 Mar 2011 09:31:48 -0400
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/23.3 (gnu/linux)

In the following example...

--8<---------------cut here---------------start------------->8---
* Testing
#+latex: \custommacro{%
[[http:www.google.com][Google]]
/The quick brown fox./
#+latex: }
--8<---------------cut here---------------end--------------->8---

...the lines between the latex declarations are not exported:

--8<---------------cut here---------------start------------->8---
\section{Testing}
\label{sec-1}

\custommacro{%
[[http:www.google.com][Google]]
/The quick brown fox./
}
--8<---------------cut here---------------end--------------->8---

I would expect this behavior with "#+begin_latex:...#+end_latex", but
not with "#+latex".

Best,
Matt



reply via email to

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