Re: [O] Display image in current section

2014-12-02 Thread Leu Zhe
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

Re: [O] Display image in current section

2014-12-01 Thread John Kitchin
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