* 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
* Re: Two ox-texinfo regressions
2017-07-25 16:57 Two ox-texinfo regressions Jonas Bernoulli
@ 2017-07-25 18:45 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-07-25 18:45 UTC (permalink / raw)
To: Jonas Bernoulli; +Cc: emacs-org list
Hello,
Jonas Bernoulli <jonas@bernoul.li> writes:
> 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
> `---
Fixed.
> 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
> `---
Fixed.
Thank you.
Regards,
--
Nicolas Goaziou
^ 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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).