Finalizing checkbox commit.

This commit is contained in:
Carsten Dominik 2008-02-12 20:18:04 +01:00
parent 0fba6ef10c
commit f7d6b6fa6e
1 changed files with 1 additions and 1 deletions

2
org.el
View File

@ -16872,7 +16872,7 @@ Where possible, use the standard interface for changing this line."
(setq width (string-to-number width))
(setq width nil))
(setq fmt (completing-read "Summary [none]: "
'(("none") ("add_numbers") ("currency") ("add_times") ("checkbox"))
'(("none") ("add_numbers") ("currency") ("add_times") ("checkbox") ("checkbox-n-of-m") ("checkbox-percent"))
nil t))
(if (string-match "\\S-" fmt)
(setq fmt (intern fmt))