fix(org): unbalanced parens

A regression caused by typo in 451be94.

Amend: 451be94fb8
This commit is contained in:
Henrik Lissner 2022-01-30 01:27:17 +01:00
parent 14286dbee6
commit 9cfd798076

View file

@ -316,8 +316,8 @@ Also adds support for a `:sync' parameter to override `:async'."
(string-match-p "^ \\*temp" (buffer-name)))
(save-excursion
(when-let ((beg (org-babel-where-is-src-block-result))
(end (progn (goto-char beg) (forward-line) (org-babel-result-end)))))
(org-display-inline-images nil nil (min beg end) (max beg end))))))
(end (progn (goto-char beg) (forward-line) (org-babel-result-end))))
(org-display-inline-images nil nil (min beg end) (max beg end)))))))
(after! python
(unless org-babel-python-command