浏览代码

Add completions for checkbox targets

Add the new property values to the completion list.
Bernt Hansen 15 年之前
父节点
当前提交
f2abb650fb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      contrib/lisp/org-checklist.el

+ 2 - 0
contrib/lisp/org-checklist.el

@@ -44,6 +44,8 @@
 (require 'org)
 (load "a2ps-print" 'no-error)
 
+(setq org-default-properties (cons "RESET_CHECK_BOXES" (cons "LIST_EXPORT_BASENAME" org-default-properties)))
+
 (defgroup org-checklist nil
   "Extended checklist handling for org"
   :tag "Org-checklist"