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.
Regards
The text was updated successfully, but these errors were encountered:
deb75
changed the title
Support other export formats
Support export to ipython notebook
May 18, 2024
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.
Yes.
But if you look into the source code, you will see that it is extremely
easy to do - just add a few functions following how the other export
formats are implemented and add your custom code to the menu.
Hi,
I recently tried with success the export towards ipython notebook file format (
.ipynb
) :Would it be possible to add this export format ?
I searched in
ox-pandoc
documentation but, unless mitaken, I do notthink it is possible by just customizing options, one would have to append pieces of code.
Regards
The text was updated successfully, but these errors were encountered: