"Richard H. Stanton" <rhstan...@berkeley.edu> writes:

> Here’s a simple init.el that shows the problem (most of it is just 
> boilerplate code to use straight.el to manage packages, and you may need to 
> edit the python executable path).
> ...
> ——————————
>
> Now execute the following source block and you’ll see the misaligned table.
>
> #+begin_src jupyter-python :async yes :session py
> [['aaaaaaa', 'a'], None, ['b', 'b']]
> #+end_src

I am unable to reproduce the problem using Emacs 28.1 on Linux.
I ran Emacs in a clean .emacs.d environment using
https://github.com/alphapapa/with-emacs.sh:

$ with-emacs.sh -e emacs -OPR -- -Q -l /tmp/bug.el /tmp/bug.org

with bug.el containing your script with latest Org line uncommented and
built-in Org line commented and bug.org containing the example source
block.

Best,
Ihor

Reply via email to