From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: images in orgmode Date: Tue, 02 Feb 2010 16:11:14 -0500 Message-ID: <10887.1265145074@alphaville.usa.hp.com> References: <4B685D5E.5020008@fastmail.fm> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcQ3H-0003fq-F6 for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 16:12:51 -0500 Received: from [199.232.76.173] (port=47526 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcQ3G-0003fg-Vo for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 16:12:51 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcQ3F-0001Fg-Fm for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 16:12:50 -0500 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:44613) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NcQ3F-00017Q-82 for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 16:12:49 -0500 In-Reply-To: Message from Erwin Panen of "Tue, 02 Feb 2010 18:14:06 +0100." <4B685D5E.5020008@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: erwinpanen@fastmail.fm Cc: emacs-orgmode@gnu.org Erwin Panen wrote: > Question: > When I click on one of the links between [ ] square brackets, my window=20 > splits in half, and in the bottom half the image appears. > Looking at iimage here:=20 > http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html#4.+Key+bin > It should be possible to visualize these images inline with the text=20 > instead of a separate window. > > What needs to be done to achieve this? Any pointer to a concise tutorial?= Download the source of iimage.el from the page above, and save it into some file, say ~/iimage.el. Then load the file: M-x load-file ~/iimage.el Then visit your file and turn on iimage-mode: M-x iimage-mode To turn off iimage-mode, give it a negative argument: ESC - M-x iimage-mode HTH, Nick