all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Setting org-todo-keyword-faces
@ 2020-12-11 17:10 daniela-spit
  2020-12-11 18:56 ` TRS-80
  2020-12-11 21:33 ` tomas
  0 siblings, 2 replies; 6+ messages in thread
From: daniela-spit @ 2020-12-11 17:10 UTC (permalink / raw)
  To: Help Gnu Emacs

I would be grateful to know how I could make the following setup
more organised.

(setq org-todo-keyword-faces
   '(("TODO"        . (:background "black"   :foreground "red"
                       :weight bold))
     ("STARTED"     . (:background "black"   :foreground "magenta"
                       :weight bold))
     ("WAITING"     . (:background "magenta" :foreground "black"
                       :weight bold))
     ("FINALISE"    . (:background "magenta" :foreground "black"
                       :weight bold))
     ("DONE"        . (:background "orange"  :foreground "black"
                       :weight bold))
     ("CRITICAL"    . (:background "blak"    :foreground "red"
                       :weight bold))
     ("CR-STARTED"  . (:background "red"     :foreground "black"
                       :weight bold))
     ("CR-WAITING"  . (:background "red"     :foreground "black"
                       :weight bold))
     ("CR-FINALISE" . (:background "red"     :foreground "black"
                       :weight bold))
     ("CR-DONE"     . (:background "orange"  :foreground "black"
                       :weight bold)) ))




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-11 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11 17:10 Setting org-todo-keyword-faces daniela-spit
2020-12-11 18:56 ` TRS-80
2020-12-11 20:01   ` daniela-spit
2020-12-11 21:33 ` tomas
2020-12-11 21:45   ` daniela-spit
2020-12-11 21:56     ` tomas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.