emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH] Add NOBLOCKING to org-default-properties


From: Bernt Hansen
Subject: [Orgmode] [PATCH] Add NOBLOCKING to org-default-properties
Date: Mon, 20 Apr 2009 22:37:47 -0400

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





reply via email to

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