ox: Implement "notoc" UNNUMBERED value
commit9b13e44ad795792afabb0623b58653bbf35bf040
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 7 Oct 2017 14:03:17 +0000 (7 16:03 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 15 Oct 2017 14:51:10 +0000 (15 16:51 +0200)
tree20c1cfa6128e5a9e831610838d3854a524ff0926
parent29b4134687b61a081cd17336b774a8fdd8e885b3
ox: Implement "notoc" UNNUMBERED value

* lisp/ox.el (org-export-collect-headlines): Exclude headlines with
  UNNUMBERED property set to "notoc".

* doc/org.texi (Export settings):
(Table of contents): Document new value.

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