From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix CUSTOM_ID completion for PROPERTY drawers Date: Sun, 19 Apr 2009 22:33:00 +0200 Message-ID: <446C2B5A-3E17-47C5-AEA6-C85D4677F060@gmail.com> References: <1240158544-8214-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvdhN-0001Vo-Un for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 16:33:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvdhJ-0001Sr-1n for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 16:33:09 -0400 Received: from [199.232.76.173] (port=43083 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvdhI-0001SZ-Nl for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 16:33:04 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:35649) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvdhI-0000hG-7N for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 16:33:04 -0400 Received: by ewy4 with SMTP id 4so1568529ewy.42 for ; Sun, 19 Apr 2009 13:33:03 -0700 (PDT) In-Reply-To: <1240158544-8214-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: Bernt Hansen Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Apr 19, 2009, at 6:29 PM, Bernt Hansen wrote: > The wrong name was added for CUSTOM_ID in the completion list for > properties in commit 931e13d (Custom IDs: Documentation and > improvements) > --- > > This patch is available at git://git.norang.ca/org-mode for-carsten > > lisp/org.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index 3c95baa..41e0e48 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -11148,7 +11148,7 @@ These are properties that are not defined in > the property drawer, > but in some other way.") > > (defconst org-default-properties > - '("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION" "CUSTOM_LINK" > + '("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION" "CUSTOM_ID" > "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY" > "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE" > "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE" > -- > 1.6.3.rc1 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode