diff options
| -rw-r--r-- | org-gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-gnosis.el b/org-gnosis.el index 577cea4..a19ecaa 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -423,7 +423,7 @@ If JOURNAL is non-nil, update file as a journal entry." "Remove orphaned tags that have no associated nodes." (emacsql (org-gnosis-db-get) [:delete :from tags - :where (not-in tag [:select :distinct tag :from node-tag])])) + :where (not-in tag [:select :distinct tag :from node-tag])])) (defun org-gnosis-update-file (&optional file) "Update contents of FILE in database. |
