FIX crazy memory consumption

This commit is contained in:
Nathan Dwarshuis 2021-11-10 09:47:41 -05:00
parent 5e4a0985f1
commit ac9199ce10
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ and slow."
;; TODO this currently does not refile under specific headlines ;; TODO this currently does not refile under specific headlines
(with-current-buffer (find-file-noselect target) (with-current-buffer (find-file-noselect target)
(org-ml-insert (point-max) headline*))))) (org-ml-insert (point-max) headline*)))))
(org-ml-update-this-subtree* (org-ml~update-this-subtree* nil
(progn (progn
(archive target it) (archive target it)
(org-ml-headline-map-supercontents* (org-x-logbook-config) (org-ml-headline-map-supercontents* (org-x-logbook-config)