Alva Seltmann

Results 7 issues of Alva Seltmann

I noticed when exporting org-mode buffers to html that some characters got rendered in an undesired way: - Variables and Numbers in Python blocks: [This issue](https://stackoverflow.com/questions/16457159/how-to-disable-background-attribution-in-htmlize-el-when-exporting-html) on StackOverflow has a...

I keep an elaborate org file as a Lab notebook and am playing around with export options. `ox-twbs` is really doing an awesome job on this by the way -...

I switched from legacy emacs to emacs-doom and in the process couldn't get my old jupyter setup running due to some `zmq` related errors (see https://github.com/emacs-jupyter/jupyter/issues/375#issuecomment-1611439318). I tested the `next`...

* PrettyPrinter version: 0.18.0 * Python version: 3.9.16 (main, Dec 7 2022, 01:11:51) [GCC 9.4.0] * Operating System: uname_result(system='Linux', node='73b98b6d221c', release='5.10.147+', version='# 1 SMP Sat Dec 10 16:00:40 UTC 2022',...

I just noticed another possible improvement. Using the header :dir in a source block usually allows to set the working directory, e.g.: ```bash #+BEGIN_SRC sh :dir ~/my/path :session local pwd...

To check the output of my tmux session, I have to attach to the session in a terminal (output directly to org is not yet supported). I noticed that I...

I tried updating my emacs packages today and I noticed that `jupyter-inspect-at-point` did not work in org source blocks for e.g. `jupyter-python` blocks. I recently tried to setup `eglot` with...