mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Fix argument position in a call to org-babel-get-src-block-info
This commit is contained in:
parent
20e68a6836
commit
6de6ccd891
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ most recent completion request.")
|
|||
(let* ((el (org-element-at-point))
|
||||
(lang (org-element-property :language el)))
|
||||
(when (org-babel-jupyter-language-p lang)
|
||||
(let* ((info (org-babel-get-src-block-info el))
|
||||
(let* ((info (org-babel-get-src-block-info nil el))
|
||||
(params (nth 2 info))
|
||||
(beg (save-excursion
|
||||
(goto-char (org-element-property :post-affiliated el))
|
||||
|
|
Loading…
Add table
Reference in a new issue