Results 73 comments of bradrn

I can _almost_ install it using MSYS2 MinGW, but I get this error: ``` Unhandled LOAD-FOREIGN-LIBRARY-ERROR in thread #: Unable to load any of the alternatives: ((:DEFAULT "libsqlite3") (:DEFAULT "sqlite3"))...

That gives me this error: `Don't know how to REQUIRE CFFI`. (Note also with this approach that you have to edit the Makefile by uncommenting [line 7](https://github.com/atlas-engineer/next/blob/9e34198633cda4bde08219b9edba026cef754751/Makefile#L7) in order to...

That helped the process run a bit more but eventually it still gave me the same `sqlite` error it was before.

I've already run the first line, and the second line is in my `~/.sbclrc` as per earlier. Running `(ql:quickload :cl-sqlite)` in the REPL gives me this error: ``` * (ql:quickload...

That gives me a very familiar error again: ``` * (ql:quickload :sqlite) To load "sqlite": Load 1 ASDF system: sqlite ; Loading "sqlite" debugger invoked on a LOAD-FOREIGN-LIBRARY-ERROR in thread...

@Ambrevar All those give me `error: package ________ was not found` messages. Which is odd, because I do have some installed SQLite packages: ``` $ pacman -Q | grep sqlite...

Nope - making that change doesn't do anything. I originally got that directory from the output of this command finding the installation location of SQLite: ``` $ pacman -Ql mingw-w64-x86_64-sqlite3...

@omrisim210 Unfortunately, that didn't do anything. I'm using MinGW, so firstly I'm using `libsqlite3-0.dll`, which is already on PATH. But even when I rename it to `sqlite3.dll`, it doesn't do...

On further investigation it appears this is far from a special case (Org documentation section [13.10.10](https://orgmode.org/manual/Special-blocks-in-LaTeX-export.html#Special-blocks-in-LaTeX-export)): > For other special blocks in the Org file [including `abstract`], the LaTeX export...

Yes, so my point was: given this is _not_ a special case, how precisely should it be exported to Markdown?