jkitchin / ox-ipynb

org-mode exporter to Jupyter notebooks
175 stars 40 forks source link

Add call to json-pretty-print #27

Closed srnnkls closed 2 years ago

srnnkls commented 4 years ago

Add call to json-pretty-print-buffer to guarantee well-formated json output. This:

  1. Prevents Emacs from hanging when showing the raw .ipynb;
  2. Enables reasonable diffs for files under VC.
fabian-thomas commented 2 years ago

What is holding this back?

jkitchin commented 2 years ago

I guess it just got lost in the cracks. Sorry about that!