branch: externals/code-cells commit b99013b81712edbb94fdb57cce083d32ad06fbb8 Author: SteepturN <53340178+steept...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Readme: suggest pandoc flag to keepi images in Org file Closes #35. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 59141cbc92..78f6528633 100644 --- a/README.org +++ b/README.org @@ -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