emacs-jupyter / jupyter

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

Support exporting README to Texinfo format #138

Open nnicandro opened 5 years ago

nnicandro commented 5 years ago

So that the README contents can be converted into info pages available in Emacs.

dcherian commented 5 years ago

I could try to help with this. Are you thinking of using pandoc and making changes to make sure it renders nicely?

nnicandro commented 5 years ago

I was thinking more along the lines of using org-modes builtin texinfo exporter and using magits manual and the org-mode example as templates for all of the texinfo stuff.

Here are a few things that I think need to be done at the moment

Note, you can already export an org file to a compiled info file using C-c C-e i i, not sure if you need to (require 'ox-texinfo) first or not.

nnicandro commented 5 years ago

An even better example of how to use the texinfo exporter would be the org-mode manual itself.