ox: Fix priority bug in :title property
commit0fbc4893eda461d36bd57a670e7e4fee7f9d3a37
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 3 Jun 2014 20:07:35 +0000 (3 22:07 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 3 Jun 2014 20:07:35 +0000 (3 22:07 +0200)
treede52af68c97da214f63b34b0f1a8cb046de5bb1f
parent045fd4ed62db91c56e5c5da8991981f49ccf722b
ox: Fix priority bug in :title property

* lisp/ox.el (org-export--get-inbuffer-options): Return the empty
  string instead of nil when TITLE keywords has no value.
(org-export--get-buffer-attributes): Do not set :title property
early.
(org-export--get-global-options): Do not ignore anymore nil values.
Small refactoring.
(org-export-as): Correctly set :title here.

Thanks to Nicolas Richard for reporting it.
http://permalink.gmane.org/gmane.emacs.orgmode/87149
lisp/ox.el