From 57366f385a2f1f35bbe741d7542096db81368c72 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Mar 2011 11:23:07 +0100 Subject: Big changes, last one before I wipe it all. * Added muse * Added graphviz-dot-mode * Remove all trailing whitespace on save. This is the last commit I'm going to do before throwing it all away again. --- emacs.d/20-org.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs.d/20-org.el') diff --git a/emacs.d/20-org.el b/emacs.d/20-org.el index 6aa5b0a..267f853 100644 --- a/emacs.d/20-org.el +++ b/emacs.d/20-org.el @@ -13,6 +13,10 @@ (setq org-crypt-key "33E8CC1CC4") ; GPG key used for encryption (setq org-use-fast-todo-selection t) +(setq org-default-notes-file (concat org-directory "/notes.org")) +(setq org-refile-targets '((org-agenda-files :maxlevel . 5) + (nil :maxlevel . 5))) +(setq org-outline-path-complete-in-steps t) (setq org-todo-keyword-faces '(("TODO" :foreground "red" :weight bold) -- cgit v1.2.3-54-g00ecf