]> git.donarmstrong.com Git - org-ref.git/blobdiff - org-show.org
Make org-show images display only in one buffer
[org-ref.git] / org-show.org
index bd8044692e26db0e6d40795fb3d5b8941a6f437d..cf0ef3c7423748ceaadb007728635f43d372e95a 100644 (file)
@@ -443,7 +443,7 @@ That is the end!
       (other-window 1) ; back to slide
       (goto-char (point-min))
       (text-scale-set org-show-text-scale)
-      (org-display-inline-images)
+      (org-remove-inline-images)
       (org-cycle-hide-drawers t)
       (org-show-subtree))
 
@@ -569,6 +569,9 @@ On starting, we want to map the slides so we can get slide numbers for navigatio
   ;; make slide tag visible again
   (remove-from-invisibility-spec 'slide)
 
+  ;; Redisplay inline images
+  (org-display-inline-images)
+
   ;; reset latex scale
   (plist-put org-format-latex-options :scale org-show-original-latex-scale)