From: Peng Li Date: Tue, 28 Jun 2016 14:57:49 +0000 (+0800) Subject: emacs - agenda view show today's task by default X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=78fa2a4070a73dec18c2b558b27a88217461c8b3;p=dotfiles.git emacs - agenda view show today's task by default --- 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