fix(org): type error when refreshing images in src results
Ref: 451be94fb8
This commit is contained in:
parent
d7f9c1b7af
commit
2c06577edf
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ Also adds support for a `:sync' parameter to override `:async'."
|
|||
;; ...and not while tangling org buffers (which happens in a temp
|
||||
;; buffer where `buffer-file-name' is nil).
|
||||
(string-match-p "^ \\*temp" (buffer-name)))
|
||||
(let ((beg (org-babel-where-is-src-block-result))
|
||||
(when-let ((beg (org-babel-where-is-src-block-result))
|
||||
(end (org-babel-result-end)))
|
||||
(org-display-inline-images nil nil (min beg end) (max beg end))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue