diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index c8a86ac..af93442 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -485,7 +485,9 @@ understood by `org-read-date'." ;; return the empty string. (--if-let (org-entry-get (org-id-find task-id 'marker) property) - (concat "[" (substring it 1 -1) "]") + (->> it + (string-replace "<" "[") + (string-replace ">" "]")) ""))) (insert "| Task | Effort | Timestamp | SCHEDULED | DEADLINE |\n|---|\n")