org-ql icon indicating copy to clipboard operation
org-ql copied to clipboard

Inconsistency of todo keyword faces when faces defined as local variables

Open llcc opened this issue 5 years ago • 1 comments

@alphapapa, As I described in org-sidebar, file-local keyword faces cannot be rightly displayed in org-sidebar. Though this is a org-sidebar issue, org-ql takes care of the codes as you mentioned, I file the issue here and will close #42.

As I offered there, the following small example would reproduce the problem. This is a small problem with no urgency, so please have a look if you have free time. Thanks again for coding all those awesome packages.

#+TITLE:TODO keyword face problems

* TODO task 1

** TODO a child task
SCHEDULED: <2020-12-27 Sun>

** TODO another child task
SCHEDULED: <2020-12-28 Mon>

* NEXT Task 2
SCHEDULED: <2020-12-29 Tue>

* DONE Task 3
DEADLINE: <2020-12-30 Wed>


#+TODO: TODO(t) NEXT(n) | DONE(d)
# Local Variables:
# org-todo-keyword-faces: (("todo" . "red") ("NEXT" . "pink") ("DONE" . "green"))
# End:

image

llcc avatar Dec 29 '20 10:12 llcc

Thanks. As I said, I don't know if this is a feature I want to support, but I'll consider it in the future.

alphapapa avatar Jan 04 '21 06:01 alphapapa