From 7b873974295f8f06ed63671b9d418c21294fca5a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 5 Dec 2014 12:18:31 -0800 Subject: [PATCH] fix org-mode. --- dotfiles/emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 99993e7a..bde198f6 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -588,7 +588,6 @@ The current directory is assumed to be the project's root otherwise." ("C-c C-S-t" . org-todo-force-notes)) :config (progn - (call-interactively 'org-todo))) (setq org-habit-graph-column 50) (setq org-habit-show-habits-only-for-today nil) (unless (boundp 'org-gtd-file)