johanwk

Results 44 comments of johanwk

Hi, I have this problem on Windows 10 with _less_ not being found. I have less installed with Git for Windows, but mssql-cli responds with "The specified path is invalid."....

@ellbosch Fully understood -- thank you for the update.

Flycheck works well for me, using _qparse_ from Jena. Since I'm on Windows, the command is _qparse.bat_: ``` (flycheck-define-checker sparql-syntax "A SPARQL syntax checker using ARQ qparse. See URL https://jena.apache.org/documentation/query/cmds.html."...

Here's a small change to `sparql-handle-results` that seems to fix the issue. I've used `(car default-process-coding-system)` to hopefully obtain the utf-8 choice in a reasonable way. ``` (defun sparql-handle-results (status...

The following replacement for `:body` in `(org-ql-defpred src ...` seems to help. The `lang` string is pasted into the search string `org-babel-src-block-regexp` before searching. ``` :body (catch 'return (let ((my-org-babel-src-block-regexp...

This change still leaves something to be desired. If you want to combine a search for a language with regexps in the source block, it will return nil if the...

Great! I'm very impressed with how efficient and smart org-ql really is. Wish I had discovered it sooner.

I'm not sure whether I understand completely. With the variant `org-babel-execute:sparql` in ELOT, `:url` is reused for a filename (in the sense of, if it doesn't look like a url,...

I can only say I agree with all of your points here. I chose shortcuts in order to progress ELOT. sparql-mode should do much better, I just don't want to...

Actually, I think it's not very important (anymore)! I somehow figured out how to make use of org-mode's standard way of using temporary directories, while working on how to call...