summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-17 11:23:07 +0100
committerGravatar Tom Willemsen2011-03-17 11:23:07 +0100
commit57366f385a2f1f35bbe741d7542096db81368c72 (patch)
tree0313b707c3a472aec1c857dd75a4ad56cba7f747 /emacs.d/20-org.el
parenta502df33cea9806665f550d93999d89585269e93 (diff)
downloaddotfiles-57366f385a2f1f35bbe741d7542096db81368c72.tar.gz
dotfiles-57366f385a2f1f35bbe741d7542096db81368c72.zip
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.
Diffstat (limited to 'emacs.d/20-org.el')
-rw-r--r--emacs.d/20-org.el4
1 files changed, 4 insertions, 0 deletions
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)