ox-latex: Don't quote const in defcustom
commit0b7f74bcd1d2d7934d150bfc138e180c183f7722
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Tue, 29 Oct 2013 16:20:20 +0000 (29 17:20 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 29 Oct 2013 18:51:14 +0000 (29 19:51 +0100)
tree82007079cef38981947076ae708d1bda7dc99ee1
parenta7e5a74e2ce41819a342a282f62541d6e9d61c47
ox-latex: Don't quote const in defcustom

* lisp/ox-latex.el (org-latex-listings): Don't quote const value.

Quoting it would set `org-export-latex' not to `minted' but `(quote
minted)' and thus breaking the export.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
lisp/ox-latex.el