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: John Kitchin
Subject: Re: [O] Display image in current section
Date: Mon, 01 Dec 2014 14:19:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (darwin)

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]