Dear John,
Thanks very much, it works perfect.
On Tue, Dec 2, 2014 at 4:19 AM, John Kitchin
wrote:
> Leu Zhe writes:
>
> (defun show-images-subtree ()
> (interactive)
> (save-restriction
> (org-narrow-to-subtree)
> (org-display-inline-images nil t (point-min) (point-max
>
>
> Should
Leu Zhe writes:
(defun show-images-subtree ()
(interactive)
(save-restriction
(org-narrow-to-subtree)
(org-display-inline-images nil t (point-min) (point-max
Should do the trick.
> Hi everyone
>
> I current use org-mode to organise lots of images in different
> sections.
>
> Sometimes