From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Add NOBLOCKING to org-default-properties Date: Tue, 21 Apr 2009 09:45:03 +0200 Message-ID: <676472EB-4A76-4370-B85B-B959EB38CBBA@gmail.com> References: <1240281467-15562-1-git-send-email-bernt@norang.ca> <1240281467-15562-2-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 1LwBBQ-0003l5-NO for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 04:18:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwBBM-0003jz-Rp for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 04:18:24 -0400 Received: from [199.232.76.173] (port=40099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwBBM-0003jw-NT for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 04:18:20 -0400 Received: from mx20.gnu.org ([199.232.41.8]:55693) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwBBM-0000vc-5f for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 04:18:20 -0400 Received: from mail-qy0-f116.google.com ([209.85.221.116]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwBBL-00064x-GS for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 04:18:19 -0400 Received: by mail-qy0-f116.google.com with SMTP id 14so4330568qyk.14 for ; Tue, 21 Apr 2009 01:18:19 -0700 (PDT) In-Reply-To: <1240281467-15562-2-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 21, 2009, at 4:37 AM, Bernt Hansen wrote: > This allows setting the NOBLOCKING property by hitting C-c C-c on > the :PROPERTIES: drawer > --- > > This patch is available at git://git.norang.ca/org-mode.git for- > carsten > > lisp/org.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index 723ad45..c964adf 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -11152,7 +11152,7 @@ but in some other way.") > "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY" > "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE" > "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE" > - "ORDERED") > + "ORDERED" "NOBLOCKING") > "Some properties that are used by Org-mode for various purposes. > Being in this list makes sure that they are offered for completion.") > > -- > 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