ENH we don't need to trim anymore

This commit is contained in:
Nathan Dwarshuis 2022-03-27 12:27:43 -04:00
parent 9b9fd44a77
commit ecaf902a6c
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ used for optimization."
this-id (org-x-dag-get-local-property this-pblock id-prop)))
(setq bury-level nil)
(when this-tags
(setq this-tags (split-string this-tags ":" t)))
(setq this-tags (split-string this-tags ":")))
(when (and (not node-level) bare-stack)
(setq this-tags (->> (car bare-stack)
(nth 1)