diff options
Diffstat (limited to 'lisp/org/oc.el')
-rw-r--r-- | lisp/org/oc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/oc.el b/lisp/org/oc.el index bb2e04d400d..55627533687 100644 --- a/lisp/org/oc.el +++ b/lisp/org/oc.el @@ -234,7 +234,7 @@ When nil, the note number is not moved." :package-version '(Org . "9.5") :type '(choice (const :tag "Automatic note number location" t) (const :tag "Place note numbers manually" nil)) - :safe t) + :safe #'booleanp) (defcustom org-cite-note-rules '(("en-us" inside outside after) |