capture templates+ rm-ed unmanged files

This commit is contained in:
2024-03-16 10:36:17 +02:00
parent 6227640ce7
commit 77662fdf67
4 changed files with 10 additions and 27 deletions

View File

@@ -249,19 +249,19 @@
(add-to-list 'org-capture-templates
'("w" "Work" entry
(file+headline "~/org/work.org" "Inbox")
"* TODO [#C] %?" :empty-lines 1))
"* TODO [#C] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("i" "Content idea" entry
(file+headline "~/org/work.org" "Ideas")
"* TODO %? :idea:" :empty-lines 1))
"* TODO %?\n %i :idea:" :empty-lines 1))
(add-to-list 'org-capture-templates
'("l" "Someday" entry
(file+headline "~/org/someday.org" "Inbox")
"* TODO %? :someday:" :empty-lines 1))
"* TODO %?\n %i :someday:" :empty-lines 1))
(add-to-list 'org-capture-templates
'("s" "Studies" entry
(file+headline "~/org/studies.org" "Inbox")
"* TODO [#C] %?" :empty-lines 1))
"* TODO [#C] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("S" "Lecture" entry
(file+headline "~/org/studies.org" "Schedule")
@@ -270,7 +270,7 @@
(add-to-list 'org-capture-templates
'("h" "Home" entry
(file+headline "~/org/home.org" "Inbox")
"* TODO [#A] %?" :empty-lines 1))
"* TODO [#A] %?\n %i" :empty-lines 1))
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
)
(setq-default cache-long-scans nil)
@@ -347,4 +347,4 @@ awqat-times-for-day)
(setq calendar-latitude 30.87605680
calendar-longitude 29.74260400
awqat-mode-line-format " 🕌 ${prayer} (${hours}h${minutes}m) "))
(awqat-set-preset-egyptian-general-authority-of-survey)
(add-hook 'doom-after-init-hook #'awqat-display-prayer-time-mode)