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