Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency of todo keyword faces when faces defined as local variables #174

Open
llcc opened this issue Dec 29, 2020 · 1 comment
Open
Milestone

Comments

@llcc
Copy link

llcc commented Dec 29, 2020

@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

@alphapapa
Copy link
Owner

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 alphapapa added this to the Future milestone Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants