ox: Title fallbacks to nil instead of file name
commit604b93892caa8a646ced1ac7089461614bb9bffa
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 15 Jun 2014 20:39:29 +0000 (15 22:39 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 2 Aug 2014 19:14:22 +0000 (2 21:14 +0200)
tree44d9bee31b1128240760794d790d64dd1c293e2e
parent6ba05e3200667bc700646d8e794f885b6b888c24
ox: Title fallbacks to nil instead of file name

* lisp/ox.el (org-export--get-inbuffer-options):
(org-export-as): Remove title default value handling.
(org-export--get-buffer-attributes): Remove unnecessary property.

* doc/org.texi (Document title):
(Export settings):
* doc/orgguide.texi (Export options): Update documentation.

* testing/lisp/test-ox.el (test-org-export/set-title): Update tests
  according to new specifications.
doc/org.texi
doc/orgguide.texi
lisp/ox.el
testing/lisp/test-ox.el