fix(org): unbalanced parens
A regression caused by typo in451be94
. Amend:451be94fb8
This commit is contained in:
parent
14286dbee6
commit
9cfd798076
1 changed files with 2 additions and 2 deletions
|
@ -316,8 +316,8 @@ Also adds support for a `:sync' parameter to override `:async'."
|
||||||
(string-match-p "^ \\*temp" (buffer-name)))
|
(string-match-p "^ \\*temp" (buffer-name)))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(when-let ((beg (org-babel-where-is-src-block-result))
|
(when-let ((beg (org-babel-where-is-src-block-result))
|
||||||
(end (progn (goto-char beg) (forward-line) (org-babel-result-end)))))
|
(end (progn (goto-char beg) (forward-line) (org-babel-result-end))))
|
||||||
(org-display-inline-images nil nil (min beg end) (max beg end))))))
|
(org-display-inline-images nil nil (min beg end) (max beg end)))))))
|
||||||
|
|
||||||
(after! python
|
(after! python
|
||||||
(unless org-babel-python-command
|
(unless org-babel-python-command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue