Alastair
Alastair
I think it is a bit sneaky to modify a global variable like `org-mode-hook` when loading `ob-ipython.el` This will then get called in all org-mode buffers, even if they contain...
I wanted to use sqlite with the pcre library loaded so that I could use regular expressions in WHERE clauses. I ended up doing this by creating my own sqliterc...
It seems commit 81f5f4da26b2b9e8c4ce9cc0272c3fb7ea4dbf3e changed `esup-child.el` to use advice on the `load` function. The advised function then steps through the code one sexp at at time doing an `eval`. This...
The default Ubuntu 18.04 installation of qgis runs into problems. The error message is: ```QH6248 qh_lib_check: Incorrect qhull library called. Caller uses reentrant Qhull while library is non-reentrant QH6249 qh_lib_check:...