mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Fix use of argument in jupyter-repl-insert-latex
This commit is contained in:
parent
f3951ee9af
commit
ec1d9073a1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue