# HG changeset patch # User Oleksandr Gavenko # Date 1456696669 -7200 # Node ID 52f76a250c23082715eeffb3c8b31810d3b7b655 # Parent 82ce5b4ae16e7dc1840dcd9f66a20be8a7999263 Disable diary integration into org mode because I don't use diary and org tend to open diary buffer which is disturb me. diff -r 82ce5b4ae16e -r 52f76a250c23 .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'."