From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lindsay Todd" Subject: Displaying images inline Date: Fri, 22 Aug 2008 17:52:46 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWeYr-0001iB-JH for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 17:52:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWeYr-0001hx-1x for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 17:52:49 -0400 Received: from [199.232.76.173] (port=51702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWeYq-0001hu-VQ for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 17:52:48 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:55287) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWeYr-0003fh-5p for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 17:52:49 -0400 Received: by yx-out-1718.google.com with SMTP id 34so331271yxf.66 for ; Fri, 22 Aug 2008 14:52:47 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org Is there a way to link to a file containing an image, and have the image display inline in org-mode? I know that if the org file is exported to HTML, it can be done so that the HTML file displays the image inline -- but I'd kind of like to be able to see the linked images from the org file itself, much like I can do with a muse file. (Although if there were a file-wide property to control whether or not that happens, it would be nice -- I could see maybe wanting to never inline in some files.) Thanks.