ENH actually don't trim

This commit is contained in:
Nathan Dwarshuis 2022-03-27 12:29:15 -04:00
parent ecaf902a6c
commit 8a717cc1fd
1 changed files with 1 additions and 1 deletions

View File

@ -1383,7 +1383,7 @@ used for optimization."
(setq bury-level nil
node-level nil)
(when this-tags
(setq this-tags (split-string this-tags ":" t)))
(setq this-tags (split-string this-tags ":")))
(-> (list this-level
(append this-tags (or (nth 1 (car bare-stack)) org-file-tags))
(or (org-x-dag-get-parent-links nil next-pos)