diff options
| author | SteepturN <53340178+SteepturN@users.noreply.github.com> | 2025-06-08 14:39:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-08 16:39:15 +0200 |
| commit | b99013b81712edbb94fdb57cce083d32ad06fbb8 (patch) | |
| tree | a840cf3e72fe200988ac7b035304865c2542eb04 | |
| parent | caffb420be106cebbdfe4474ed0507a601603f83 (diff) | |
Readme: suggest pandoc flag to keepi images in Org fileexternals/code-cells
Closes #35.
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ a more notebook-like experience, with interspersed code and results. #+begin_src emacs-lisp (setq code-cells-convert-ipynb-style '(("pandoc" "--to" "ipynb" "--from" "org") - ("pandoc" "--to" "org" "--from" "ipynb") + ("pandoc" "--to" "org" "--from" "ipynb" "--extract-media" "./ipynb-images/") (lambda () #'org-mode))) #+end_src |
