modify archive function
This commit is contained in:
@@ -527,5 +527,6 @@
|
||||
(lambda ()
|
||||
(org-archive-subtree)
|
||||
(setq org-map-continue-from (org-element-property :begin (org-element-at-point))))
|
||||
"/DONE" 'agenda))
|
||||
(add-hook 'kill-emacs-hook #'org-archive-done-tasks)
|
||||
"/DONE" 'agenda)
|
||||
(org-save-all-org-buffers))
|
||||
(add-hook 'kill-emacs-hook 'org-archive-done-tasks)
|
||||
|
||||
Reference in New Issue
Block a user