Fix options bug introduced in 16f12e
commitb70e77343aa3daee9312c81c96ef5da217d7fda5
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 15 May 2013 11:18:18 +0000 (15 13:18 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 15 May 2013 19:19:28 +0000 (15 21:19 +0200)
tree75217b21fa4ed533c8c7341aa394ff0fbc4abc19
parent838e421bf53c2ae41e6321d363fd0e8b85eb3c32
Fix options bug introduced in 16f12e

* lisp/ox.el (org-export-options-alist): Change default value
  for :title property.
(org-export--default-title): New dynamically scoped variable.
(org-export-store-default-title): New function.
(org-export--get-buffer-attributes): Remove title handling.
(org-export--get-global-options): Revert "ox: Fix default
title" (16f12e0aef9fab4bdc575ebee8c463846377ef8b).  Refactor code.
* testing/lisp/test-ox.el: Update a test.
lisp/ox.el
testing/lisp/test-ox.el