jkitchin / ox-ipynb

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

+export org-FILE to ipynb: ox-ipynb-export-org-file-to-ipynb-file #25

Closed nikadon closed 4 years ago

nikadon commented 4 years ago

Similarly to org-babel-tangle-file new function faciliates export of org-file(s) to ipynb either non-interactively or from dired+ (both options can be used to export many-many files at once without opening each file individually).

Works interactively: M-x and ox-ipynb-export-org-file-to-ipynb-file RET Works non-interactively: (ox-ipynb-export-org-file-to-ipynb-file "test.org") Works in Dired+ by marking some *.org files and pressing "@" and ox-ipynb-export-org-file-to-ipynb-file RET (dired+ @ executes diredp-do-apply-function)

jkitchin commented 4 years ago

Thanks!