0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 19:48:55 +00:00
org-mode/testing/lisp
Nicolas Goaziou 82812ff086 ox: Fix UNNUMBERED strict inheritance
* lisp/ox.el (org-export-numbered-headline-p): Use a less opinionated
  definition of inheritance.

* testing/lisp/test-ox.el (test-org-export/numbered-headline-p):
  Update test.

* doc/org.texi (Export settings): Insist on UNNUMBERED inheritance.

It is now possible to number a headline within an unnumbered tree.
2017-11-20 00:09:59 +01:00
..
test-ob-awk.el
test-ob-C.el
test-ob-emacs-lisp.el ob-emacs-lisp: Fix pp results 2017-07-23 22:41:27 +02:00
test-ob-exp.el Remove inline-only' option for org-export-use-babel' 2017-08-26 10:32:26 +02:00
test-ob-fortran.el
test-ob-header-arg-defaults.el
test-ob-lilypond.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-ob-lob.el Fix failing test 2017-08-19 19:12:08 +02:00
test-ob-lua.el ob-lua.el: Update library for Org 9.0 2016-08-29 08:57:10 +02:00
test-ob-maxima.el test-ob-maxima: Revert last commit 2016-08-20 23:43:35 +02:00
test-ob-octave.el
test-ob-perl.el
test-ob-plantuml.el ob-plantuml: Add support for prologue and header variables 2016-12-10 12:06:04 +01:00
test-ob-python.el
test-ob-R.el
test-ob-ruby.el
test-ob-scheme.el ob-scheme: Fix results error on unspecified and void values 2017-09-14 15:25:04 +02:00
test-ob-sed.el
test-ob-shell.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-ob-sqlite.el Fix table variable with commas in ob-sqlite 2017-09-06 13:18:30 +02:00
test-ob-table.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
test-ob-tangle.el Fix tangling of org block with nested source block 2017-10-22 12:42:05 +02:00
test-ob-vala.el ob-vala.el: Add Vala support to Babel 2017-08-07 11:40:25 +02:00
test-ob.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-org-agenda.el test-org-agenda: Small refactoring 2017-08-19 19:42:20 +02:00
test-org-attach-annex.el
test-org-capture.el org-capture: Fix aborting after inserting text at end of buffer 2017-11-03 22:20:11 +01:00
test-org-clock.el org-clock: Fix clock report sometimes ignoring hours before :wstart 2017-10-08 10:53:39 +02:00
test-org-colview.el Merge branch 'maint' 2017-06-14 11:03:40 +02:00
test-org-datetree.el
test-org-duration.el org-duration: Fix `org-duration-to-minutes' with the empty string 2017-09-07 15:20:26 +02:00
test-org-element.el org-element: Fix item parser 2017-11-04 21:50:11 +01:00
test-org-feed.el
test-org-footnote.el org-footnote: Fix footnote deletion 2017-06-09 09:43:49 +02:00
test-org-info.el ox-texinfo: Delegate "info" links handling to "org-info.el" 2017-01-21 14:19:29 +01:00
test-org-inlinetask.el test-org-inlinetask: Testing inlinetasks 2015-12-04 19:59:52 +01:00
test-org-lint.el Merge branch 'maint' 2017-08-25 15:25:02 +02:00
test-org-list.el Merge branch 'maint' 2017-05-09 14:49:59 -04:00
test-org-macro.el Merge branch 'maint' 2017-08-21 21:27:06 +02:00
test-org-macs.el Fix `org-string-display' 2017-11-15 18:13:34 +01:00
test-org-pcomplete.el Fix some tests 2017-02-13 17:21:24 +01:00
test-org-protocol.el org-protocol: Sources with date URL are supported 2017-06-28 17:44:27 +02:00
test-org-src.el Fix comma escaping with multiple leading commas 2017-10-24 09:51:43 +02:00
test-org-table.el org-table: Clean left-over `:org-untouchable' property 2017-11-15 17:40:22 +01:00
test-org-timer.el org-timer: Fix timer setting from effort property 2017-07-05 12:33:47 +02:00
test-org.el Fix `org-insert-todo-heading' 2017-10-18 22:48:16 +02:00
test-ox-publish.el ox-publish: Fix :base-extension any with :recursive t 2017-09-24 10:57:11 +02:00
test-ox.el ox: Fix UNNUMBERED strict inheritance 2017-11-20 00:09:59 +01:00
test-property-inheritance.el