[Org] Don’t transfer org agenda appointments to appt

This commit is contained in:
dbo 2017-08-12 11:32:49 +02:00
parent f3c05d630d
commit 0ec7e34399
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 0 additions and 10 deletions

View File

@ -189,7 +189,6 @@
(run-with-timer 0 3600 #'bbdb-save)
(run-with-timer 0 3600 #'emms-cache-save)
(run-with-idle-timer 1200 t #'db/export-diary)
(run-at-time "00:01" 86400 #'db/org-agenda-to-appt)
;; Environment Variables
@ -447,7 +446,6 @@
(use-package db-org
:commands (db/export-diary
db/org-agenda-to-appt
hydra-org-clock/body)
:config (progn
;; avoid important buffers to end up in `org-agenda-new-buffers by

View File

@ -561,14 +561,6 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
(eval-after-load 'org-agenda
'(bind-key "v" #'hydra-org-agenda-view/body org-agenda-mode-map))
(defun db/org-agenda-to-appt ()
;; doc.norang.ca/org-mode.html
"Rebuild reminders for today from the agenda."
(interactive)
(org-agenda-to-appt t))
(add-hook 'org-agenda-finalize-hook 'db/org-agenda-to-appt 'append)
;;; Capturing