ENH we don't need to trim anymore
This commit is contained in:
parent
9b9fd44a77
commit
ecaf902a6c
|
@ -1352,7 +1352,7 @@ used for optimization."
|
||||||
this-id (org-x-dag-get-local-property this-pblock id-prop)))
|
this-id (org-x-dag-get-local-property this-pblock id-prop)))
|
||||||
(setq bury-level nil)
|
(setq bury-level nil)
|
||||||
(when this-tags
|
(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)
|
(when (and (not node-level) bare-stack)
|
||||||
(setq this-tags (->> (car bare-stack)
|
(setq this-tags (->> (car bare-stack)
|
||||||
(nth 1)
|
(nth 1)
|
||||||
|
|
Loading…
Reference in New Issue