emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Add completions for checkbox targets


From: Bernt Hansen
Subject: [Orgmode] [PATCH] Add completions for checkbox targets
Date: Sun, 28 Mar 2010 22:16:43 -0400

Add the new property values to the completion list.
---
 contrib/lisp/org-checklist.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org-checklist.el
index 657c6e1..50df757 100644
--- a/contrib/lisp/org-checklist.el
+++ b/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"
-- 
1.7.0.2.279.gf1ba1c





reply via email to

[Prev in Thread] Current Thread [Next in Thread]