all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Two ox-texinfo regressions
@ 2017-07-25 16:57 Jonas Bernoulli
  2017-07-25 18:45 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jonas Bernoulli @ 2017-07-25 16:57 UTC (permalink / raw)
  To: emacs-org list

Hello,

1) Starting with "1b415735e ox-texinfo: Small menu refactoring"
   a menu contains not only entries for subnodes but recursively
   for all subsub...nodes.

   That's because `org-element-map' is no longer called with `headline'
   as NO-RECURSION.

   You can use this trivial source to veryify this:

   .---
   |* a
   |** b
   |*** c
   `---

   This can be fixed by reverting that commit.

2) There no longer is an empty line between headings and content in
   texi files.  I am not sure what commit introduced that regression.

   You can use this trivial source to veryify this:

   .---
   |* title
   |
   |content
   `---

   This can be fixed by changing the last line of
   `org-texinfo-headline':

   .---
   |-		  contents)))))))
   |+		  "\n" contents)))))))
   `---


Best regards,
Jonas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-25 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 16:57 Two ox-texinfo regressions Jonas Bernoulli
2017-07-25 18:45 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.