diff -r c7faddfb54ae -r 4998abbdd5f9 .emacs-my --- a/.emacs-my Thu Nov 20 00:52:08 2014 +0200 +++ b/.emacs-my Tue Dec 09 22:27:33 2014 +0200 @@ -1407,6 +1407,9 @@ ;; `org-tag-alist' instead until bug fixed. (setq org-tag-persistent-alist nil) + (when (>= emacs-major-version 24) + (require 'org-capture)) + (cond ((featurep 'org-capture) (setq org-default-notes-file my-org-agenda-todo-file)