소스 검색

Fix small bug

* lisp/org.el (org-display-inline-images): Fix bug introduced in
  cab0d40593d75227aa47f80d3de7b9c3a74c3bb4.
Nicolas Goaziou 11 년 전
부모
커밋
e7397d3d97
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -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