ox: Fix OPTIONS in default template
commitd7379053c0ad41e151f5403d1e5f051b9cc7ce70
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 3 Nov 2013 10:35:31 +0000 (3 11:35 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 3 Nov 2013 10:35:31 +0000 (3 11:35 +0100)
treeb2070b24abcda3de5846c473ebb896977cac9c8b
parentd80bdb7431548cbb37cb72cd18fdff52c4ccf49f
ox: Fix OPTIONS in default template

* lisp/ox.el (org-export-insert-default-template): Make sure strings
  are properly quoted when inserting a template.  Specifically,
  default value for drawers should be d:(not "LOGBOOK"), not d:(not
  LOGBOOK).
lisp/ox.el