FIX crazy memory consumption
This commit is contained in:
parent
5e4a0985f1
commit
ac9199ce10
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue