Hello, Jonas Bernoulli <jo...@bernoul.li> 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