From: Peng Li Date: Sat, 1 Oct 2016 12:47:53 +0000 (+0800) Subject: emacs - org-habit X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=906c4caf8d0f036f053e11c6a8310dc4f9ae3199;hp=5b649e9e1f9cd0768cb774329a4ae0fa92715059;p=dotfiles.git emacs - org-habit --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 2a9eb56..2b31755 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -718,7 +718,10 @@ Always indents header, and hide header leading starts so that no need type =#+ST (setq org-startup-with-inline-images t) ;; latex preview (setq org-startup-with-latex-preview t) - (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.2))) + (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.2)) + (require 'org-habit) + (add-to-list 'org-modules 'org-habit) + (setq org-habit-graph-column 50)) (el-get-bundle hasu/emacs-ob-racket :features ob-racket) @@ -944,9 +947,9 @@ Setting agenda files and the agenda view "~/org/work.org"))) ;; only show today's tasks in agenda view - (setq org-agenda-span 'day) + ;; (setq org-agenda-span 'day) ;; Use current windows for agenda view - (setq org-agenda-window-setup 'current-window) + ;; (setq org-agenda-window-setup 'current-window) ;; show all feature entries for repeating tasks, ;; this is already setting by default