branch: externals/org-gnosis
commit 05ecfc3fe69cb9fed1844cb5b7e2b6f3601b79cc
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    [fix] Adjust node titles
    
    * Get links from within titles.
---
 org-gnosis.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index 65175fd29f..8b50a275b3 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -231,7 +231,8 @@ Removes all contents of FILE in database, adding them anew."
     ;; Add gnosis topic
     (emacsql-with-transaction org-gnosis-db
       (cl-loop for item in (butlast data)
-              do (let ((title (plist-get item :title))
+              do (let ((title (org-gnosis-adjust-title
+                               (plist-get item :title)))
                        (id (plist-get item :id))
                        (links (plist-get item :links))
                        ;; (master (plist-get item :master))

Reply via email to