Browse Source

Finalizing checkbox commit.

Carsten Dominik 17 years ago
parent
commit
f7d6b6fa6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      org.el

+ 1 - 1
org.el

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