[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typing latency
From: |
Samuel Wales |
Subject: |
Re: Typing latency |
Date: |
Wed, 10 Feb 2021 16:09:03 -0700 |
i have a note that in org 8.0+ they have to be after the todo kw.
however, i /always/ interpret this to mean after the todo kw position
i.e. after where the todo kw would go if it is not there. thus "*
#[A] take out garbage" is legit. "* #[A] NEXT take out garbage" is
wrong.
"* NEXT take out #[A] garbage" feels wrong to me as an assignment of
priority to that entry. org maint seem to agree with me.
On 2/10/21, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
> On Tuesday, 9 Feb 2021 at 23:33, Ihor Radchenko wrote:
>> I have the following in my config to speed things up:
>>
>> (setq org-priority-regexp "^\\*+.*\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)")
>
> Should this not be the default setting? Reading the documentation,
> priority cookies must be in a headline with a TODO item. The current
> default setting is not anchored to headlines so does seem to be both
> expensive and not consistent with the documentation. Your suggestion is
> more consistent.
>
> --
> : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-213-g49364f
>
>
--
The Kafka Pandemic
Please learn what misopathy is.
https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html
- Re: Typing latency, (continued)
- Re: Typing latency, Russell Adams, 2021/02/08
- Re: Typing latency, Ihor Radchenko, 2021/02/08
- Re: Typing latency, Eric S Fraga, 2021/02/10
- Re: Typing latency,
Samuel Wales <=
- Re: Typing latency, Timothy, 2021/02/13
- Re: Typing latency, Eric S Fraga, 2021/02/14
- Re: Typing latency, Timothy, 2021/02/14
- Re: Typing latency, Eric S Fraga, 2021/02/15
- Re: Typing latency, Sébastien Miquel, 2021/02/15
- [PATCH] ~org-font-lock-add-priority-faces~: ensure priority cookies are in a headline, Sébastien Miquel, 2021/02/26
Re: Typing latency, Eric S Fraga, 2021/02/09