Disable diary integration into org mode because I don't use diary and
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Feb 2016 23:57:49 +0200
changeset 1351 52f76a250c23
parent 1350 82ce5b4ae16e
child 1352 5d8228d51506
Disable diary integration into org mode because I don't use diary and org tend to open diary buffer which is disturb me.
.emacs-my
--- a/.emacs-my	Sun Feb 28 11:42:42 2016 +0200
+++ b/.emacs-my	Sun Feb 28 23:57:49 2016 +0200
@@ -1662,7 +1662,7 @@
   (loop for file in (if prefix (org-agenda-files) (list (buffer-file-name))) do
         (my/org-archive-file file)))
 
-(setq org-agenda-include-diary t)
+(setq org-agenda-include-diary nil)
 
 (defun my-org-kill-by-tag (tag)
   "Put all entries that matches TAG from current org-file to `kill-ring'."