emacs-jupyter / jupyter

An interface to communicate with Jupyter kernels.
GNU General Public License v3.0
934 stars 92 forks source link

ob-jupyter.el: Delay `org-babel-jupyter-make-local-aliases` hook. #501

Closed jamieforth closed 10 months ago

jamieforth commented 11 months ago

Ensuring this function is called after jupyter-org-interaction-mode in org-mode-hook to ensure correct fontification of errors (i.e. handling ansi-color escape characters).

nnicandro commented 10 months ago

For reference, here is the comment mentioning why this change fixes the issue of ANSI fontification not working on first opening of an Org file.