emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] ox-texinfo: empty line before "* Menu:" is missing


From: Nicolas Goaziou
Subject: Re: [O] ox-texinfo: empty line before "* Menu:" is missing
Date: Wed, 06 Apr 2016 22:29:13 +0200

Hello,

Jonas Bernoulli <address@hidden> writes:

> The related `org-texinfo--build-menu' has a similar issue.  Unlike
> `org-texinfo-make-menu' which may end up not inserting a newline
> when it should, it may end up removing a newline when it should not.
>
> Given this Org file:
>
>   #+TITLE: Demo2 Manual
>   #+TEXINFO_DIR_CATEGORY: Emacs
>   #+TEXINFO_DIR_TITLE: Demo2: (demo2).
>   #+TEXINFO_DIR_DESC: Demo2.
>   
>   * chapter ends with subsection
>   
>   ** section
>   
>   *** subsection
>   
>   * chapter ends with section
>   
>   ** just a section
>   
>   * another chapter
>
> we end up with an info file containing
>
>   * subsection::
>   chapter ends with section
>
> but there should be an empty line between these two lines.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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