Export Org documents to Pluto.jl noteboojs
Go to file
TEC ebd82256fd
Include project and manifest contents
Project/Manifest.toml detection is done rather crudely here, this could
be improved in future.
2023-02-07 23:30:37 +08:00
LICENSE Initial commit 2022-03-09 02:22:21 +08:00
README.org Initial commit 2022-03-09 02:22:21 +08:00
ox-pluto.el Include project and manifest contents 2023-02-07 23:30:37 +08:00

README.org

Org export to Pluto.jl notebooks

Org is great within Emacs, but hard to share with non-Emacs collages, particularly when it comes to computational notebook -style files. There are third party exporters to Jupyter notebooks, but for Julia a better option exists — Pluto.jl.

Using Org.jl we can easily add Org prose into Pluto notebooks. Making use of that, this package constructs cells of Org markup and Julia code for Pluto.jl.


(package! ox-pluto :recipe (:host github :repo "tecosaur/ox-pluto")) ; Doom package.el
(ox-pluto :type git :host github :repo "tecosaur/ox-pluto") ; straight