From ecaf902a6c7056c0a0ac860cf497e30ed12e810f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 27 Mar 2022 12:27:43 -0400 Subject: [PATCH] ENH we don't need to trim anymore --- 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 f1c55cd..e187d9b 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -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)