mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-24 07:20:29 +00:00
org-colview: Fix defcustom type
* lisp/org-colview.el (org-columns-summary-types): Fix defcustom type.
This commit is contained in:
parent
2b2314d46d
commit
7b1fabbf88
@ -96,7 +96,11 @@ in `org-columns-summary-types-default', which see."
|
||||
:version "26.1"
|
||||
:package-version '(Org . "9.0")
|
||||
:type '(alist :key-type (string :tag " Label")
|
||||
:value-type (function :tag "Summarize")))
|
||||
:value-type
|
||||
(choice (function :tag "Summarize")
|
||||
(list :tag "Collect and summarize"
|
||||
(function :tag "Summarize")
|
||||
(function :tag "Collect")))))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user