Re: [O] inherit priority

2018-07-09 Thread Jesse Johnson
bb02cd6c00b32155c0a25f409f1bfa4160b2ddcd Mon Sep 17 00:00:00 2001 From: Jesse Johnson Date: Sun, 22 Apr 2018 18:12:54 -0700 Subject: [PATCH] Add priority inheritance * New org-use-priority-inheritance defcustom to toggle inheritance. * org-get-priority now takes a pos and implements inheritance. * org-get-priority

Re: [O] inherit priority

2018-07-07 Thread Jesse Johnson
Hi all, Here is my branch adding priority inheritance. remote: https://code.orgmode.org/holocronweaver/org-mode.git branch: inherit-priority-squashed I rebased upon the latest master, everything still seems to work. Sorry for the long delay in release. Please test and critique. Thanks! Je

Re: [O] inherit priority

2018-04-26 Thread Jesse Johnson
On 04/26/2018 04:34 PM, Bastien wrote: There have been several requests for priority inheritance over the years. If it can't currently be done, I am willing to take a look at implementing it. Did you make progress on this? Crazy timing! I've been testing my implementation for a few months, m

Re: [O] inherit priority

2018-01-07 Thread Jesse Johnson
ection for either of those would be much appreciated! Also let me know if other things touching priority need updating for inheritance. Jesse On 01/04/2018 11:24 PM, Nicolas Goaziou wrote: Hello, Jesse Johnson writes: There have been several requests for priority inheritance over the ye

Re: [O] inherit priority

2018-01-04 Thread Jesse Johnson
There have been several requests for priority inheritance over the years. If it can't currently be done, I am willing to take a look at implementing it. On 01/04/2018 12:15 AM, Nicolas Goaziou wrote: Hello, Jesse Johnson writes: 1. Set |org-use-property-inheritance '("

Re: [O] inherit priority

2018-01-03 Thread Jesse Johnson
n my setup) 4. Note that the children have priority B, while parent has priority A. For my use case I want org agenda to recognize that priority is being inherited for purpose of filtering and sorting. On 01/03/2018 01:41 PM, Nicolas Goaziou wrote: Hello, Jesse Johnson writes: I want child

[O] inherit priority

2018-01-03 Thread Jesse Johnson
Hi all, I want child org items to inherit priority from their parent. I tried setting |org-use-property-inheritance '("PRIORITY")|, but it did not have any apparent effect. Use case: I often have high priority projects whose tasks are mostly equally important. I don't want to waste time sett

[O] sort habits by priority

2017-04-27 Thread Jesse Johnson
I want to sort habits by priority, such that priority overrides all other criteria (schedule, deadline, consistency, etc.). In attempting to implement this I discovered that org-habit-get-priority is an inline function and thus cannot be overridden by the user. There seems to be no straightfor

[O] Schedule org task for last day of every month

2017-03-27 Thread Jesse Johnson
Hi all, How do I schedule a repeating org-mode task for the last day of every month? As is, when I set a task deadlines like |DEADLINE: <2017-03-31 Fri +1m>|, marking it done shifts the date to |DEADLINE: <2017-05-01 Fri +1m>| which is a day too late if the deadline is the end of the month. D

[O] org agenda persistent mark

2016-05-22 Thread Jesse Johnson
Hello! When I enable persistent marks while performing bulk actions in org-agenda, the marks are always lost after the bulk action. Any idea why? I am using org (elpa version 20160516) in upstream emacs (compiled 2015-12-22). Thanks. Jesse