Rob Hicks
Rob Hicks
Not seeing the scrambled text after src error:  I have this in my init that addresses this: ```lisp ;; fixes trace-back fontification (defun display-ansi-colors () (ansi-color-apply-on-region (point-min) (point-max))) (add-hook...
I believe this is down to newer versions of jupyter causing issues. On two machines, one works as expected (no errors or hangs) with this configuration: ``` !jupyter --version jupyter...
Downgrading jupyter_core < 5 seems to have worked (haven't thoroughly tested but the startup/hanging issues are fixed): ``` conda install jupyter_core==4.11.2 ```
On Emacs 29, downgrading jupyter_core no longer works. Need to disable zmq (it doesn't matter if byte compiled or not) and instantiating the kernel connections requires 2 executions, the first...
I am getting this too. Emacs 25.1.1 Org 8.2.10 Nikola v7.8.3 Example org file: ```org #+BEGIN_COMMENT .. title: Another Test Post using OrgMode Plugin .. slug: another-test-post-using-orgmode-plugin .. date: 2017-02-22...
See the files here https://gist.github.com/roblem/76fafbd5194b649d71d7e22b0153a8af
Fixed those 3 things and have the same result.
Fixed it: Using a fresh install of Fedora in a VM with an Anaconda virtual environment, things work flawlessly even though the following appears when building a simple test site:...
It is possible things have updated as Fedora stays very close to current releases. Emacs version: `GNU Emacs 27.2 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.29, cairo version 1.17.4) of 2021-06-13`...
Just fired up a Ubuntu 20.04 VM, running python 3.8.10 and Nikola 8.1.3 with Emacs: Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) Orgmode: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @...