emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in


From: Nicolas Girard
Subject: Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export
Date: Tue, 15 Dec 2009 11:55:58 +0100

2009/12/14 Carsten Dominik <address@hidden>:
> Actually,  I cannot reproduce this problem - I do not see the extra newline.
>
Hi Carsten,

you're absolutely right, I performed yet another git pull and couldn't
reproduce this either. Great !

Now, speaking of extra newlines, I'm puzzled about this: at some stage
(which I didn't identify yet, maybe when exporting to LaTeX), Org adds
an ID property to some headings in my document ; that is, for
instance,

* Aa
  * Bb
    Text

becomes

* Aa
  * Bb
    :PROPERTIES:
    :ID: fa489059-d27e-47fb-929d-8ca9c749d079
    :END:

    Text


Notice the extra newline between :END: and Text. It's all good except
when exporting to LaTeX *and* the concerned heading is to be treated
as an item.
I've been thinking a bit about this special case ; and it seems to me
like, on one side, the extra newline should remain, and on the other
side, empty lines following a heading should be ignored by the LaTeX
translator when this heading is translated into an item.
What do you think ?

-- 
Nicolas




reply via email to

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