This commit is contained in:
Aaron Ecay 2015-11-06 19:11:07 +00:00
parent 95e2777663
commit cce317faf6
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ e.g. \"arch:nil\"."
(const :tag "Not at all" nil)
(const :tag "Headline only" headline)
(const :tag "Entirely" t))
:safe (lambda (x) (memq x 't nil headline)))
:safe (lambda (x) (memq x '(t nil headline))))
(defcustom org-export-with-author t
"Non-nil means insert author name into the exported file.