From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Add completions for checkbox targets Date: Sun, 28 Mar 2010 22:16:43 -0400 Message-ID: <1269829005-25254-3-git-send-email-bernt@norang.ca> References: <1269829005-25254-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nw4XR-0001oA-ON for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 22:17:13 -0400 Received: from [140.186.70.92] (port=33710 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nw4XQ-0001nR-ER for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 22:17:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nw4XP-0001Ss-8v for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 22:17:12 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:62608) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nw4XP-0001Sl-77 for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 22:17:11 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Nw4XO-0002u4-Q1 for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 02:17:10 +0000 In-Reply-To: <1269829005-25254-1-git-send-email-bernt@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Bernt Hansen 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