Table of contents ignore unnumbered headlines
commitbd2378161e76932103c9ef1f8343ffcc0d275007
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 10 Sep 2017 13:53:20 +0000 (10 15:53 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 10 Sep 2017 13:53:20 +0000 (10 15:53 +0200)
treed68582e98ddfff3d143e01602bb10159e85a7343
parent7a47458b3907965827e5b0dd44bf69dbe263e565
Table of contents ignore unnumbered headlines

* doc/org.texi (Table of contents): Document behavior.
* lisp/ox-texinfo.el (org-texinfo-classes): Use @heading commands and
  alike for unnumbered sections.
* lisp/ox.el (org-export-collect-headlines): Ignore unnumbered
  headlines.

* testing/lisp/test-ox.el (test-org-export/collect-headlines): Add
  test.
doc/org.texi
etc/ORG-NEWS
lisp/ox-texinfo.el
lisp/ox.el
testing/lisp/test-ox.el