fix: I don't study anymore

This commit is contained in:
LinlyBoi
2025-07-25 12:00:01 +03:00
parent 21e70ff36f
commit 430e06c7fd

View File

@@ -191,10 +191,10 @@
(:calendar-id "home"
:files: ("~/org/home.org")
:inbox "~/org/home.org")
(:calendar-id "studies-1"
:files: ("~/org/studies.org")
:inbox "~/org/studies.org"
)
;; (:calendar-id "studies-1"
;; :files: ("~/org/studies.org")
;; :inbox "~/org/studies.org"
;; )
;; (:calendar-id "some-day-1"
;; :files: ("~/org/.archive/someday.org")
;; :inbox "~/org/.archive/someday.org")
@@ -287,20 +287,20 @@
'("l" "Someday" entry
(file+headline "~/org/someday.org" "Inbox")
"* TODO %? \n %i " :empty-lines 1) t)
(add-to-list 'org-capture-templates
'("s" "Studies" entry
(file+headline "~/org/studies.org" "Inbox")
"* TODO [#C] %?\n %i" :empty-lines 1) t)
(add-to-list 'org-capture-templates
'("S" "Lecture" entry
(file+headline "~/org/studies.org" "Schedule")
"* %^{Subject} %^{Type|Lecture|Section}
:PROPERTIES:
:WILD_NOTIFY_BEFORE: %^{Reminders}
:LOCATION: %^{Location}
:END:
%^{Time}T"
:empty-lines 1) t)
;; (add-to-list 'org-capture-templates
;; '("s" "Studies" entry
;; (file+headline "~/org/studies.org" "Inbox")
;; "* TODO [#C] %?\n %i" :empty-lines 1) t)
;; (add-to-list 'org-capture-templates
;; '("S" "Lecture" entry
;; (file+headline "~/org/studies.org" "Schedule")
;; "* %^{Subject} %^{Type|Lecture|Section}
;; :PROPERTIES:
;; :WILD_NOTIFY_BEFORE: %^{Reminders}
;; :LOCATION: %^{Location}
;; :END:
;; %^{Time}T"
;; :empty-lines 1) t)
;; add this for reminder stuff
;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n
(add-to-list 'org-capture-templates