Eiyeron Fulmincendii лет назад: 5
Родитель
Сommit
01f555b8ea
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      config.org

+ 5 - 3
config.org

@@ -474,9 +474,10 @@ Here's some keybindings vaguely inspired from my experience with Spacemacs.
      ("n" "Personal notes" entry
       (file+headline +org-capture-notes-file "Inbox")
       "* %u %?\n%i\n%a" :prepend t)
-     ("j" "Journal" entry
-      (file+olp+datetree +org-capture-journal-file)
-      "* %U %?\n%i\n%a" :prepend t)
+     ;; ("j" "Journal" entry
+     ;;  (file+olp+datetree +org-capture-journal-file)
+     ;;  "* %U %?\n%i\n%a" :prepend t)
+
      ("p" "Templates for projects")
      ("pt" "Project-local todo" entry
       (file+headline +org-capture-project-todo-file "Inbox")
@@ -487,6 +488,7 @@ Here's some keybindings vaguely inspired from my experience with Spacemacs.
      ("pc" "Project-local changelog" entry
       (file+headline +org-capture-project-changelog-file "Unreleased")
       "* %U %?\n%i\n%a" :prepend t)
+
      ("o" "Centralized templates for projects")
      ("ot" "Project todo" entry #'+org-capture-central-project-todo-file
       "* TODO %?\n %i\n %a" :heading "Tasks" :prepend nil)