瀏覽代碼

Fix bug in 95e2777

Aaron Ecay 9 年之前
父節點
當前提交
cce317faf6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

@@ -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.