emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Display image in current section


From: Leu Zhe
Subject: Re: [O] Display image in current section
Date: Tue, 2 Dec 2014 16:59:19 +0900

Dear John,

Thanks very much, it works perfect.

On Tue, Dec 2, 2014 at 4:19 AM, John Kitchin <address@hidden> wrote:
Leu Zhe <address@hidden> 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 i just would like to display the image in current section,
> not all the image, because it takes some time to show them all.
> Any solution?
>
> Thanks in advance.
>
> llcc
>

--
-----------------------------------
John Kitchin
Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]