Open
Description
Hello,
I'm trying to get org-sql running but have been scratching my head for the past hours over unusual behaviour:
- installation and configuration went through ok. Installed it from Melpa. (1 file compiled, 2 skipped)
- M-x org-sql-user-reset works ok.
- M-x org-sql-user-update works ok with 4 headlines
- M-x org-sql-user-clear-all works ok
- Another org-sql-user-update and clear-all work ok
- I add 5th heading, update gets stuck, clear all gets stuck,...
- If I delete the org.db and start again, it gets stuck with 5 headings.
Configuration seems ok (macOs, Catalina), creating a db worked. As I'm not really experienced in emacs (i.e. lisp), I'm not sure if I configured it ok. I've installed it from Melpa and this is what I have in the config file:
(use-package org-sql :ensure t ;; add config options here... :config (setq org-sql-files '("~/org/inbox.org")) )
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels