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