emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with org-highest-priority


From: joakim
Subject: problem with org-highest-priority
Date: Mon, 05 Oct 2020 23:58:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

This used to work:
  (defun jv-org-priorities ()
    (setq org-highest-priority ?0 ;; 64 @ 48 0, bugs start happening if you 
have higher prios tnan 0, like '!'
          org-lowest-priority  ?E ;; E
          org-default-priority ?0 ;; 0
          org-priority-regexp ".*?\\(\\[#\\([;:<=>?@A-Z0-9]\\)\\] ?\\)"
     ))

I could then have priority cookies from [#0] to [#E].

With the current org I get [#48] instead of [#0].

Is there any way to restore the previous behaviour?

-- 
Joakim Verona
joakim@verona.se




reply via email to

[Prev in Thread] Current Thread [Next in Thread]