From 4b1f95e0f7713f651656bd5be2326a09f160c8ce Mon Sep 17 00:00:00 2001 From: prtkm Date: Tue, 16 Sep 2014 22:54:37 -0400 Subject: [PATCH] Make org-show images display only in one buffer --- org-show.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2