alphapapa / alphapapa/org-ql

Inconsistency of todo keyword faces when faces defined as local variables

未關閉
#174 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
Emacs Lisp
星號
1.6k
分支
120
PR 合併指標
30 天內沒有已合併 PR

描述

@alphapapa, As I described in [org-sidebar](https://github.com/alphapapa/org-sidebar/issues/42#issue-774966505), 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](https://github.com/alphapapa/org-sidebar/issues/42#issue-774966505).

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.

```org
#+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](https://user-images.githubusercontent.com/3996879/103162924-5669a800-483a-11eb-94cf-f274ecd52a31.png)

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。