From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Add NOBLOCKING to org-default-properties Date: Mon, 20 Apr 2009 22:37:47 -0400 Message-ID: <1240281467-15562-2-git-send-email-bernt@norang.ca> References: <1240281467-15562-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lw5s0-0005Kp-M6 for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 22:38:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lw5rx-0005Kc-4e for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 22:38:00 -0400 Received: from [199.232.76.173] (port=44949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lw5rx-0005KZ-0o for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 22:37:57 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:55688) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lw5rw-0001Ds-Ke for emacs-orgmode@gnu.org; Mon, 20 Apr 2009 22:37:56 -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 1Lw5rv-000CQm-SD for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 02:37:56 +0000 In-Reply-To: <1240281467-15562-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 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