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

2018-04-26 Thread Bastien
Hi, stardiviner writes: > 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" :li

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

2017-12-17 Thread stardiviner
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 d