From 48ca4757e2ba74e91023c05e6fada50fed7c7bb1 Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 17 Jun 2025 06:38:51 +0200 Subject: [PATCH] cleanup --- config.org | 66 +----------------------------------------------------- 1 file changed, 1 insertion(+), 65 deletions(-) diff --git a/config.org b/config.org index 567161f..e89afe8 100644 --- a/config.org +++ b/config.org @@ -1283,71 +1283,7 @@ nil))) "* OP [%<%Y-%m-%d %H:%M>] %?" :prepare-finalize (org-id-get-create) :jump-to-captured t))) - -; (setq org-todo-keywords -; '((sequence "WAIT" "OPEN" "NEXT" "TODO" "|" "DONE" "DROP"))) - ;; (setq org-capture-templates - ;; `(("p" "telephone call" - ;; entry (file+olp+datetree ,(concat MY--PATH_ORG_FILES "phone_calls.org")) - ;; "* call [%<%Y-%m-%d %H:%M>] %?" - ;; :empty-lines 0 - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; ("t" "simple task" - ;; entry (file+headline ,(concat MY--PATH_ORG_FILES "tasks.org" "Todos")) - ;; "* TODO %?\n :PROPERTIES:\n :CREATED: %U\n :END:\n" - ;; :prepend t - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; ("n" "simple note" - ;; entry (file ,(concat MY--PATH_ORG_FILES "notes.org")) - ;; "* %?\n :PROPERTIES:\n :CREATED: %U\n :END:\n" - ;; :prepend t - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; ("o" "OP-Verwaltung neuer Eintrag" - ;; entry (file+olp+datetree ,(concat MY--PATH_ORG_FILES "op-verwaltung.org")) - ;; "* OP [%<%Y-%m-%d %H:%M>] %?" - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; ))) -;; (when *sys/linux* - ;; (setq org-capture-templates - ;; TODO - ;; entry for a journal? - ;; entry for a project incl. layout - ;; entry for a todo in a todo file - ;; add an entry to a new or existing node - ;; which is not in the org-node exclusion list - ;; `(("i" "capture into node" - ;; entry (function org-node-capture-target) nil - ;; :jump-to-captured t - ;; :empty-lines-after 1) - ;; ;; jump to an existing org-node - ;; ("j" "jumo to node" - ;; plain (function org-node-capture-target) nil - ;; :jump-to-captured t - ;; :immediate-finish t) - ;; ("t" "simple task" - ;; entry (file ,(concat MY--PATH_ORG_FILES "tasks.org")) - ;; "* TODO %?\n :PROPERTIES:\n :CREATED: %U\n :END:\n" - ;; :prepend t - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; ("n" "simple note" - ;; entry (file ,(concat MY--PATH_ORG_FILES "notes.org")) - ;; "* %?\n :PROPERTIES:\n :CREATED: %U\n :END:\n" - ;; :prepend t - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; ("p" "phone call" - ;; entry (file+olp+datetree ,(concat MY--PATH_ORG_FILES "phonecalls.org")) - ;; "* call [%<%Y-%m-%d %H:%M>] %?" - ;; :empty-lines 0 - ;; :prepare-finalize (org-id-get-create) - ;; :jump-to-captured t) - ;; )) -;; (setq org-pretty-entities t)) + :custom (org-tag-faces '(("@bag" . (:foreground "blue" :weight bold)) ("@cor" . (:foreground "blue" :weight bold))