From: prtkm Date: Wed, 17 Sep 2014 02:54:37 +0000 (-0400) Subject: Make org-show images display only in one buffer X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=4b1f95e0f7713f651656bd5be2326a09f160c8ce Make org-show images display only in one buffer --- diff --git a/org-show.org b/org-show.org index bd80446..cf0ef3c 100644 --- a/org-show.org +++ b/org-show.org @@ -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)