emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Can't set full face attributes in variable org-todo-keyword-faces


From: stardiviner
Subject: [O] Can't set full face attributes in variable org-todo-keyword-faces
Date: Mon, 18 Dec 2017 10:14:05 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

I have following settings:

```elisp

(setq org-todo-keyword-faces
      '(;;; todo keywords
        ("TODO" :foreground "orange"
         :box '(:color "dim gray" :line-width -1))
        ("URGENT" :foreground "red"
         :box '(:color "dim gray" :line-width -1))))

```

But I check out it's docstring, found variable `org-faces-easy-properties`.

It has value:

```elisp

(setq org-faces-easy-properties '((todo . :foreground) (tag . :foreground) (priority . :foreground)))

```

So my `:box` attribute does not work.

I hope I can specify full face attributes in `org-todo-keyword-faces`.

I guess this might need to modify source code.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]