Fix defcustoms: don't quote const values.
commit8bb519d9346668b34a3b407fc76204b180588fc6
authorBastien Guerry <bzg@altern.org>
Mon, 30 Dec 2013 09:30:44 +0000 (30 10:30 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 30 Dec 2013 09:30:44 +0000 (30 10:30 +0100)
tree0a2da087c3dd1f778569d19626a174bc66244e39
parent9d3e48f6299b2a7b366bcf19813ab512c545b30f
Fix defcustoms: don't quote const values.

* ob-latex.el (org-babel-latex-htlatex-packages): Use repeat
instead of list as the defcustom type.

* ox.el (org-export-with-creator):
* org.el (org-loop-over-headlines-in-active-region)
(org-mouse-1-follows-link, org-provide-todo-statistics):
* org-agenda.el (org-agenda-custom-commands-local-options)
(org-agenda-start-with-log-mode)
(org-agenda-show-inherited-tags): Don't quote const values.

Thanks to Glenn Morris for reporting this.
lisp/ob-latex.el
lisp/org-agenda.el
lisp/org.el
lisp/ox.el