From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?U8O4cmVuIE1pa2tlbHNlbg==?= Subject: Re: Break a line in org-mode Date: Wed, 03 Jul 2013 13:08:24 +0200 Message-ID: References: <87txkc9hq2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuKvP-0000LE-Ti for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 07:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuKvO-000704-CY for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 07:08:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:37911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuKvO-0006zl-62 for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 07:08:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UuKvM-0001Dc-E6 for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:08:36 +0200 Received: from iha-nat.iha.dk ([130.225.184.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jul 2013 13:08:36 +0200 Received: from smik by iha-nat.iha.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jul 2013 13:08:36 +0200 In-Reply-To: <87txkc9hq2.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 2013-07-03 10:21, Nick Dokos wrote: > Søren Mikkelsen 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. > Well, I would like it to be in one file. If I, for instance, want to have long author list, it is not possible to do without having all the names on one line. I through maybe that there was a newline symbol, like in python or matlab. -- Søren