Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tecosaur/ox-pluto
Mirror of https://git.tecosaur.net/tec/ox-pluto
https://github.com/tecosaur/ox-pluto
emacs emacs-package mirror
Last synced: 4 months ago
JSON representation
Mirror of https://git.tecosaur.net/tec/ox-pluto
- Host: GitHub
- URL: https://github.com/tecosaur/ox-pluto
- Owner: tecosaur
- License: gpl-3.0
- Created: 2022-03-07T13:45:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T14:28:20.000Z (about 1 year ago)
- Last Synced: 2024-04-28T07:45:13.594Z (10 months ago)
- Topics: emacs, emacs-package, mirror
- Language: Emacs Lisp
- Homepage:
- Size: 17.6 KB
- Stars: 12
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Org export to Pluto.jl notebooks
#+author: tecosaur#+html:
![]()
#+html: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 [[https://jupyter.org/][Jupyter]] notebooks, but for Julia a better
option exists --- [[https://github.com/fonsp/Pluto.jl][Pluto.jl]].Using [[https://github.com/tecosaur/Org.jl][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.-----
#+begin_src emacs-lisp
(package! ox-pluto :recipe (:host github :repo "tecosaur/ox-pluto")) ; Doom package.el
#+end_src#+begin_src emacs-lisp
(ox-pluto :type git :host github :repo "tecosaur/ox-pluto") ; straight
#+end_src