X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-show.org;h=cf0ef3c7423748ceaadb007728635f43d372e95a;hp=bd8044692e26db0e6d40795fb3d5b8941a6f437d;hb=4b1f95e0f7713f651656bd5be2326a09f160c8ce;hpb=1cd608be0369a4af9659000d817326b630691483 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)