Add completions for checkbox targets

Add the new property values to the completion list.
This commit is contained in:
Bernt Hansen 2010-03-20 20:40:54 -04:00
parent c7bc245ef5
commit f2abb650fb

View file

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