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