* [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline)
@ 2019-09-28 22:59 Anton Latukha
0 siblings, 0 replies; 3+ messages in thread
From: Anton Latukha @ 2019-09-28 22:59 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/html, Size: 1798 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org.el-fx-org-get-priority-function-funcall-give-arg.patch --]
[-- Type: text/x-diff; name="0001-org.el-fx-org-get-priority-function-funcall-give-arg.patch", Size: 1018 bytes --]
From d9b237304b23b8bbb75e9b799bd3698060bc82a9 Mon Sep 17 00:00:00 2001
From: Anton-Latukha <anton.latukha@gmail.com>
Date: Sun, 29 Sep 2019 01:13:41 +0300
Subject: [PATCH] org.el: fx org-get-priority-function funcall (give arg -
headline)
* org.el (org-get-priority): Fix to allow the use of custom priority
getters.
Provide the headline as argument to the custom priority getter
function.
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 450d16083..71490893d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -11678,7 +11678,7 @@ and by additional input from the age of a schedules or deadline entry."
"Find priority cookie and return priority."
(save-match-data
(if (functionp org-get-priority-function)
- (funcall org-get-priority-function)
+ (funcall org-get-priority-function s)
(if (not (string-match org-priority-regexp s))
(* 1000 (- org-lowest-priority org-default-priority))
(* 1000 (- org-lowest-priority
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline)
@ 2019-09-28 23:35 Anton Latukha
2019-10-08 9:24 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Anton Latukha @ 2019-09-28 23:35 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/html, Size: 2694 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org.el-fx-org-get-priority-function-funcall-give-arg.patch --]
[-- Type: text/x-diff; name="0001-org.el-fx-org-get-priority-function-funcall-give-arg.patch", Size: 1018 bytes --]
From d9b237304b23b8bbb75e9b799bd3698060bc82a9 Mon Sep 17 00:00:00 2001
From: Anton-Latukha <anton.latukha@gmail.com>
Date: Sun, 29 Sep 2019 01:13:41 +0300
Subject: [PATCH] org.el: fx org-get-priority-function funcall (give arg -
headline)
* org.el (org-get-priority): Fix to allow the use of custom priority
getters.
Provide the headline as argument to the custom priority getter
function.
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 450d16083..71490893d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -11678,7 +11678,7 @@ and by additional input from the age of a schedules or deadline entry."
"Find priority cookie and return priority."
(save-match-data
(if (functionp org-get-priority-function)
- (funcall org-get-priority-function)
+ (funcall org-get-priority-function s)
(if (not (string-match org-priority-regexp s))
(* 1000 (- org-lowest-priority org-default-priority))
(* 1000 (- org-lowest-priority
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline)
2019-09-28 23:35 [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline) Anton Latukha
@ 2019-10-08 9:24 ` Nicolas Goaziou
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2019-10-08 9:24 UTC (permalink / raw)
To: Anton Latukha; +Cc: emacs-orgmode@gnu.org
Hello,
Anton Latukha <anton@latukha.com> writes:
> * org.el (org-get-priority): Fix to allow the use of custom priority
> getters.
> Provide the headline as argument to the custom priority getter
> function.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-08 9:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-28 23:35 [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline) Anton Latukha
2019-10-08 9:24 ` Nicolas Goaziou
-- strict thread matches above, loose matches on Subject: below --
2019-09-28 22:59 Anton Latukha
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).