"Jacob S. Gordon" <[email protected]> writes: > On 2026-02-06 14:52, Ihor Radchenko wrote: >> Multiple #+PRIORITY keywords, just like multiple #+TODO keywords, >> will lead to undefined behavior. Org will only respect one of the >> keywords in the file. You do not need to worry about this on the >> individual exporter level. > > This probably still doesn’t move the needle, but for posterity it can > happen with a single ‘#+PRIORITY’ keyword, it just has to disagree > with the user settings: > > ;; init.el > (setopt org-priority-highest 1 > org-priority-default 5 > org-priority-lowest 10) > > # main.org > #+OPTIONS: pri:t > #+PRIORITIES: 1 3 2 > #+INCLUDE: included.org > * TODO [#2] Task > > # included.org > * TODO [#5] Task
Could you please elaborate? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
