Explorar el Código

org: Liberate org-property-action

* lisp/org.el (org-property-action): Remove unnecessary restriction
  for property action.
Marco Wahl hace 8 años
padre
commit
1d35684c56
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lisp/org.el

+ 0 - 1
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