feat(emacs): export org to ipynb

This commit is contained in:
Pavel Korytov 2021-04-06 13:46:00 +03:00
parent 87ad371915
commit af0211208a
2 changed files with 8 additions and 0 deletions

View file

@ -770,6 +770,9 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
:straight t
:after ox)
(use-package ox-ipynb
:straight (:host github :repo "jkitchin/ox-ipynb"))
(general-define-key
:keymaps 'org-mode-map
"C-c d" 'org-decrypt-entry

View file

@ -1369,6 +1369,11 @@ References:
:straight t
:after ox)
#+end_src
*** Jupyter Notebook
#+begin_src emacs-lisp
(use-package ox-ipynb
:straight (:host github :repo "jkitchin/ox-ipynb"))
#+end_src
*** OFF (OFF) LaTeX
| Type | Note |
|------+------------------------|