summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2017-03-23 00:28:53 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2017-03-23 11:03:10 +0100
commit1d35684c564f6d19cf188cab6a0abf4a35db38b3 (patch)
treee8ed38547c55ca54959522c5ffe26bf134e6ea94
parent86ff1127070f9e15caf87e0308ba852f17b5157d (diff)
downloadorg-mode-1d35684c564f6d19cf188cab6a0abf4a35db38b3.tar.gz
org: Liberate org-property-action
* lisp/org.el (org-property-action): Remove unnecessary restriction for property action.
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 126318a..d122184 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15535,7 +15535,6 @@ See `org-property-re' for match data, if applicable."
(defun org-property-action ()
"Do an action on properties."
(interactive)
- (unless (org-at-property-p) (user-error "Not at a property"))
(message "Property Action: [s]et [d]elete [D]elete globally [c]ompute")
(let ((c (read-char-exclusive)))
(cl-case c