summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-05-16 20:49:55 -0700
committerBlendoit <blendoit@gmail.com>2021-05-16 20:49:55 -0700
commitc0d36b7f25ba99b43966186bfdef5a2b37f17ca5 (patch)
tree15978b67004775c421e79a12a78e8557ab127b1b
parent36ac8738e9b83d4fab32ef6fe15305b49b5ae30a (diff)
Sequence of TODOs.
-rw-r--r--smart-documents.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/smart-documents.org b/smart-documents.org
index 809953b..ba420a1 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -1049,6 +1049,21 @@ custom format:
'("%d %b. %Y (%a)" . "%d %b. %Y (%a), at %H:%M"))
#+END_SRC
+*** N/A Sequence of TODOs
+CLOSED: [2021-05-16 Sun]
+
+#+begin_src emacs-lisp :tangle yes
+ (setq org-todo-keywords
+ '((sequence "TODO" "|" "DONE")
+ (sequence "STUCK" "WAITING" "|" "N/A" "DONE")
+ (sequence "CONSTRUCTION" "REVIEWED" "|" "INSTALLED")))
+
+ (setq org-todo-keyword-faces
+ '(("STUCK" . (:height 1.6 :background "red" :foreground "white" :weight bold))
+ ("WAITING" . (:height 1.6 :background "yellow"))
+ ("N/A" . (:height 1.6 :background "LightSteelBlue3" :foreground "white" :slant italic))))
+#+end_src
+
** Programming a Smart Documents
The following languages can be used inside =SRC= blocks, in view of
Copyright 2019--2024 Marius PETER