* [PATCH] org: Liberate org-property-action
@ 2017-03-22 23:47 Marco Wahl
2017-03-23 8:49 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Marco Wahl @ 2017-03-22 23:47 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
Hi!
This is a simple suggestion to improve function `org-property-action'.
Currently `org-property-action' errors when 'not at a property'. But
this is unnecessary AFAICS.
Without the restriction one can use the function to control any property
inclusive setting the very first property.
Do I miss something (again)?
Best regards
Marco
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org-Liberate-org-property-action.patch --]
[-- Type: text/x-diff, Size: 826 bytes --]
From 83805606e630caf1ac47d0662b1e58df01441e3c Mon Sep 17 00:00:00 2001
From: Marco Wahl <marcowahlsoft@gmail.com>
Date: Thu, 23 Mar 2017 00:28:53 +0100
Subject: [PATCH] org: Liberate org-property-action
* lisp/org.el (org-property-action): Remove unnecessary restriction
for property action.
---
lisp/org.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 126318aa3..d122184c7 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
--
2.12.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] org: Liberate org-property-action
2017-03-22 23:47 [PATCH] org: Liberate org-property-action Marco Wahl
@ 2017-03-23 8:49 ` Nicolas Goaziou
2017-03-23 10:06 ` Marco Wahl
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-03-23 8:49 UTC (permalink / raw)
To: Marco Wahl; +Cc: emacs-orgmode
Hello,
Marco Wahl <marcowahlsoft@gmail.com> writes:
> This is a simple suggestion to improve function `org-property-action'.
> Currently `org-property-action' errors when 'not at a property'. But
> this is unnecessary AFAICS.
>
> Without the restriction one can use the function to control any property
> inclusive setting the very first property.
>
> Do I miss something (again)?
LGTM.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] org: Liberate org-property-action
2017-03-23 8:49 ` Nicolas Goaziou
@ 2017-03-23 10:06 ` Marco Wahl
0 siblings, 0 replies; 3+ messages in thread
From: Marco Wahl @ 2017-03-23 10:06 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>> This is a simple suggestion to improve function `org-property-action'.
>> Currently `org-property-action' errors when 'not at a property'. But
>> this is unnecessary AFAICS.
>>
>> Without the restriction one can use the function to control any property
>> inclusive setting the very first property.
>>
>> Do I miss something (again)?
>
> LGTM.
Thanks for the review.
Let's do this.
-> DONE
Ciao
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-23 10:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 23:47 [PATCH] org: Liberate org-property-action Marco Wahl
2017-03-23 8:49 ` Nicolas Goaziou
2017-03-23 10:06 ` Marco Wahl
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).