You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried with success the export towards ipython notebook file format (.ipynb) :
pandoc -f org -t ipynb -o test.ipynb test.org
Would it be possible to add this export format ?
I searched in ox-pandoc documentation but, unless mitaken, I do not
think it is possible by just customizing options, one would have to append pieces of code.