mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Fix small bug
* lisp/org.el (org-display-inline-images): Fix bug introduced in
cab0d40593
.
This commit is contained in:
parent
b392750108
commit
e7397d3d97
@ -18852,8 +18852,8 @@ boundaries."
|
||||
(let ((e link))
|
||||
(while (and (setq e (org-element-property
|
||||
:parent e))
|
||||
(eq (org-element-type e)
|
||||
'paragraph)))
|
||||
(not (eq (org-element-type e)
|
||||
'paragraph))))
|
||||
e)))
|
||||
(when paragraph
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user