emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Break a line in org-mode


From: Nick Dokos
Subject: Re: [O] Break a line in org-mode
Date: Wed, 03 Jul 2013 04:21:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Søren Mikkelsen <address@hidden> writes:

> I usually have some #+LaTeX_HEADER: entries in my org-mode files where
> some of them are macros. These lines can be rather long so I have to
> type in #+LaTeX_HEADER: multiple times for breaking the line to a decent
> level.
>
> Is there a way of breaking a line when it is export options (or a
> regular comment in org-mode)?
>
Wouldn't it be better to put the macros in a separate file (say
mymacros.sty) and use

#+LATEX_HEADER: \usepackage{mymacros}

? Less clutter in the org file and if the macros are more generally useful,
you can make it available, say by moving it to your personal texmf
directory (mine is at ~/.texmf-var/tex/latex but ymmv) and running texhash.
-- 
Nick




reply via email to

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