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