You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, org-modern-priority accepts either a boolean or an alist of replacement strings, and org-modern-priority-faces handles colors separately. However, there is no convenient way to combine a custom symbol with a custom face for the same priority.
To achieve both, one has to fall back to raw propertized strings:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, org-modern-priority accepts either a boolean or an alist of replacement strings, and org-modern-priority-faces handles colors separately. However, there is no convenient way to combine a custom symbol with a custom face for the same priority.
To achieve both, one has to fall back to raw propertized strings:
This works, but it is low-level and not obvious to users.
It would be nice if org-modern-priority accepted an extended alist format like:
Or alternatively, make org-modern-priority-faces apply correctly when a custom symbol is set, so both variables work together as expected.
Beta Was this translation helpful? Give feedback.
All reactions