emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH] Add NOBLOCKING to org-default-properties
Date: Tue, 21 Apr 2009 09:45:03 +0200


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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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