author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 09 Dec 2014 22:27:33 +0200 | |
changeset 1176 | 4998abbdd5f9 |
parent 1175 | c7faddfb54ae |
child 1177 | 4a7ffe52d06c |
--- 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)