-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating taking long / config problem? #4
Comments
Can you post what headlines seem to be causing the problem? I've also never tested this on mac; I know there are a few problems in windows. |
Sure. Here it is:
Interesting to note is also that update in general doesn't work second time. For example:
|
I can't reproduce this on my system but I'm using linux and I don't have a Mac to test this. It sounds like the SQL buffer is getting hung on a command that isn't completing. Two things:
|
To make 2 easier above, I just pushed a commit that will print the errors you are supposed to see if they exist and you follow the edebug steps. 58a2482 adds a debug option which can be enabled by running |
Consider running That's what helped me to diagnose my issue |
Awesome! Plan to give it a try asap when I get some time. Will report. |
Hello,
I'm trying to get org-sql running but have been scratching my head for the past hours over unusual behaviour:
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?
The text was updated successfully, but these errors were encountered: