X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=1ab323ae1a880f474b136ddcfea5318d9fce4eb3;hb=78fa2a4070a73dec18c2b558b27a88217461c8b3;hp=1f928270c90b51bb79e7bb1051f727eea6816d76;hpb=04330f176040399115cd038487292ae52ee953e0;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 1f92827..1ab323a 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -672,11 +672,19 @@ All captured file which need next actions are stored in =refile.org=, (setq org-refile-allow-creating-parent-nodes (quote confirm)) #+END_SRC + *** Agenda Setup #+BEGIN_SRC emacs-lisp :tangle yes :results silent (setq org-agenda-files (quote ("~/org/plan.org" - "~/org/test.org"))) + "~/org/gtd.org" + "~/org/work.org"))) +#+END_SRC + +Only show today's view in agenda view by default + +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (setq org-agenda-span 'day) #+END_SRC ** Capture