Fix use of argument in jupyter-repl-insert-latex

This commit is contained in:
Nathaniel Nicandro 2018-01-08 22:51:17 -06:00
parent f3951ee9af
commit ec1d9073a1

View file

@ -250,7 +250,7 @@ image."
(require 'org)
(let (beg end)
(setq beg (point))
(jupyter-repl-insert (plist-get data :text/latex))
(jupyter-repl-insert tex)
(setq end (point))
(org-format-latex
"jupyter-repl" beg end "jupyter-repl"