浏览代码

Finalizing checkbox commit.

Carsten Dominik 17 年之前
父节点
当前提交
f7d6b6fa6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))