1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-28 05:27:06 -05:00

Remove notes from capture templates

This commit is contained in:
Jack Foltz 2018-10-27 10:54:15 -04:00
parent 8fb56bdc03
commit 2b7742b696
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -395,19 +395,19 @@ Goodize the refiling targets to allow moving to subtrees
("t" "Todo") ("t" "Todo")
("tg" "General" entry ("tg" "General" entry
(file+headline "notes.org" "Todo") (file+headline "notes.org" "Todo")
"** %^{todo}\nNotes: %^{notes}\n") "** %^{todo}\nNotes: %?\n")
("tt" "General (Date)" entry ("tt" "General (Date)" entry
(file+olp+datetree "notes.org") (file+olp+datetree "notes.org")
"*** TODO %^{todo}\nNotes: %^{notes}\nDue: %^t\n") "*** TODO %^{todo}\nDue: %^t\nNotes: %?\n")
("tT" "General (Date+Time)" entry ("tT" "General (Date+Time)" entry
(file+olp+datetree "notes.org") (file+olp+datetree "notes.org")
"*** TODO %^{todo}\nNotes: %^{notes}\nDue: %^T\n") "*** TODO %^{todo}\nDue: %^T\nNotes: %?\n")
("ts" "School (Date)" entry ("ts" "School (Date)" entry
(file+olp+datetree "notes.org") (file+olp+datetree "notes.org")
"*** TODO %^{todo}\nClass: %^{class}\nNotes: %^{notes}\nDue: %^t\n") "*** TODO %^{todo}\nDue: %^t\nClass: %^{class}\nNotes: %?\n")
("tS" "School (Date+Time)" entry ("tS" "School (Date+Time)" entry
(file+olp+datetree "notes.org") (file+olp+datetree "notes.org")
"*** TODO %^{todo}\nClass: %^{class}\nDue: %^T\n"))) "*** TODO %^{todo}\nDue: %^T\nClass: %^{class}\nNotes: %?\n")))
#+END_SRC #+END_SRC
**** Bookmarks **** Bookmarks
@ -415,7 +415,7 @@ Goodize the refiling targets to allow moving to subtrees
(setq foltz-org-capture-bookmark-templates '( (setq foltz-org-capture-bookmark-templates '(
("b" "Bookmark" entry ("b" "Bookmark" entry
(file+headline "links.org" "Unsorted Links") (file+headline "links.org" "Unsorted Links")
"** [[%^{link}][%^{name}]]\nCreated: %U\nAbout: %^{description}\n"))) "** [[%^{link}][%^{name}]]\nCreated: %U\nAbout: %^{description}%?\n")))
#+END_SRC #+END_SRC
**** Personal **** Personal
@ -424,14 +424,13 @@ Goodize the refiling targets to allow moving to subtrees
("j" "Journal") ("j" "Journal")
("jj" "Journal Entry" entry ("jj" "Journal Entry" entry
(file+olp+datetree "journal.org") (file+olp+datetree "journal.org")
"**** Today's Events\n") "**** Today's Events\n%?")
("jt" "Thoughts" entry ("jt" "Thoughts" entry
(file+headline "notes.org" "Thoughts") (file+headline "notes.org" "Thoughts")
"** %^{summary} %U\n\ "** %^{summary}\n%U\n%?")
%U\n")
("jd" "Dream Journal Entry" entry ("jd" "Dream Journal Entry" entry
(file+olp+datetree "dreams.org") (file+olp+datetree "dreams.org")
"**** Dream\n"))) "**** Dream\n%?")))
#+END_SRC #+END_SRC
**** All **** All
@ -466,7 +465,8 @@ If the manual is not on your computer, it's [[https://orgmode.org/manual/][here]
(use-package org (use-package org
:pin org :pin org
:mode ("\\.org\\'" . org-mode) :mode ("\\.org\\'" . org-mode)
:hook (org-mode . org-indent-mode) :hook ((org-mode . org-indent-mode)
(org-capture-mode . evil-insert-state))
:general :general
(foltz-major-def (foltz-major-def