From a26b0d275539549a4cd86426b44349915b44343f Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:17:35 -0400 Subject: change agenda files, todo depends --- bard-emacs-modules/bard-emacs-calendar.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el index 679d627..595c9a2 100644 --- a/bard-emacs-modules/bard-emacs-calendar.el +++ b/bard-emacs-modules/bard-emacs-calendar.el @@ -3,7 +3,7 @@ (setq org-directory "~/Notes/denote/") ;; symlinked file to shorten denote file name in agenda buffers -(setq org-agenda-files (list "~/Notes/denote/todo.org" "~/Notes/denote/study.org")) +(setq org-agenda-files (list "~/Notes/denote/todo.org" "~/Notes/denote/uni.org")) ;; Calendar (use-package calendar-mode @@ -22,6 +22,8 @@ '(("EXTRA" . (:inherit warning)) ("INPROG" . (:inherit hi-yellow :weight bold)))) +(setq org-enforce-todo-dependencies t) + ;; Automatically clock in (add-hook 'org-after-todo-state-change-hook #'bard/auto-clock-in) -- cgit v1.2.3