Nick Dokos <nicholas.do...@hp.com> writes:

> Matt Lundin <m...@imapmail.org> wrote:
>
>> In the following example...
>> 
>> * Testing
>> #+latex: \custommacro{%
>> [[http:www.google.com][Google]]
>> /The quick brown fox./
>> #+latex: }
>> 
>> ...the lines between the latex declarations are not exported:
>> 
> The opening brace in the `#+ latex:' line confuses something.
> My usual workaround is to fake a closing brace in the comment:
>
> * Testing
> #+latex: \custommacro{% fake it out }
> [[http:www.google.com][Google]]
> /The quick brown fox./
> #+latex: }
>
>
> which produces
>
> \section{Testing}
> \label{sec-1}
>
> \custommacro{% fake it out }
> \href{http:www.google.com}{Google}
> \emph{The quick brown fox.}
> }

Thanks for the tip! It's simple enough to add an extra parenthesis
there.

Best,
Matt


Reply via email to