From 8a717cc1fdab74f9e2ff7556b5f56adcd4c66a56 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 27 Mar 2022 12:29:15 -0400 Subject: [PATCH] ENH actually don't trim --- local/lib/org-x/org-x-dag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index e187d9b..e2eaa91 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -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)