jkitchin / ox-ipynb

org-mode exporter to Jupyter notebooks
170 stars 39 forks source link

Add call to json-pretty-print #27

Closed srnnkls closed 1 year 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 1 year ago

What is holding this back?

jkitchin commented 1 year ago

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