Browse Source

cleanup

master
Marc 2 weeks ago
parent
commit
48ca4757e2
1 changed files with 1 additions and 65 deletions
  1. 66
      config.org

66
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))

Loading…
Cancel
Save