emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble producing nicely aligned org tables from emacs-jupyter code


From: Ihor Radchenko
Subject: Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version
Date: Fri, 20 May 2022 16:57:36 +0800

"Richard H. Stanton" <rhstanton@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

[Prev in Thread] Current Thread [Next in Thread]