From e921fe687430f8de1587c19ecd9408205d0fba4b Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Mon, 13 Apr 2020 03:53:55 +0100 Subject: [PATCH] Agenda --- config.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 927d2ef..888b466 100644 --- a/config.org +++ b/config.org @@ -104,7 +104,7 @@ Emacs Dashboard Config : ;; To show agenda for the upcoming seven days set the variable show-week-agenda-p to t. - (setq show-week-agenda-p t) + ;; (setq show-week-agenda-p t) ;; Note that setting list-size for the agenda list is intentionally ignored; all agenda items for the current day will be displayed. @@ -220,6 +220,15 @@ A recreation of the iconic Suckless Dynamic Menu. #+BEGIN_SRC emacs-lisp (add-hook 'org-mode-hook 'org-beamer-mode) #+END_SRC +** Agenda +Set Agenda Directory : +#+BEGIN_SRC emacs-lisp + (setq org-agenda-files (quote("~/.emacs.d/agenda.org"))) +#+END_SRC +Calendar/Diary integration : +#+BEGIN_SRC emacs-lisp + (setq org-agenda-include-diary t) +#+END_SRC ** Projectile Install Projectile: #+BEGIN_SRC emacs-lisp