From d878a0353ba8cec87df4f79d59864c92b1ea4cea Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 14:47:28 -0800 Subject: add public agenda --- config/emacs.el | 3 ++- config/emacs.org | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/emacs.el b/config/emacs.el index 4eba87a..b242e7d 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -118,7 +118,8 @@ (require 'org-habit) (setq org-agenda-files (list "~/org/agenda.org" - "~/org/notes.org")) + "~/org/notes.org" + "~/org/website/agenda.org")) (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-habit-preceding-days 1) diff --git a/config/emacs.org b/config/emacs.org index 18841ab..2010d2c 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -147,7 +147,8 @@ Configure org agenda variables: #+begin_src emacs-lisp (require 'org-habit) (setq org-agenda-files (list "~/org/agenda.org" - "~/org/notes.org")) + "~/org/notes.org" + "~/org/website/agenda.org")) (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-habit-preceding-days 1) #+end_src -- cgit