From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Images and html-export via data: ? Date: Sun, 8 Feb 2009 14:22:23 +0100 Message-ID: <5271219C-E7EA-48F9-8117-96F4E800C253@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LW9cF-0007ce-D0 for emacs-orgmode@gnu.org; Sun, 08 Feb 2009 08:22:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LW9cD-0007aP-68 for emacs-orgmode@gnu.org; Sun, 08 Feb 2009 08:22:30 -0500 Received: from [199.232.76.173] (port=34860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LW9cD-0007aF-0X for emacs-orgmode@gnu.org; Sun, 08 Feb 2009 08:22:29 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:55483) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LW9cC-000623-FK for emacs-orgmode@gnu.org; Sun, 08 Feb 2009 08:22:28 -0500 Received: by ewy13 with SMTP id 13so2181022ewy.18 for ; Sun, 08 Feb 2009 05:22:26 -0800 (PST) In-Reply-To: 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: swangdoodles@gmail.comswangdoodles@gmail.com Cc: emacs-orgmode@gnu.org Seems to me that this could be a nice add-on package, which would encode and insert such images. - Carsten On Feb 7, 2009, at 6:49 PM, Renzo Been :-) wrote: > Hi, > > It's been a while since I posted anything on > this list. I've just been using org-mode > happily for quite a while now, and am quite > contend with the way it's working for me now... > > I do have one idea that I think might be useful. > > Images (and small files) can be included inside > html files in the following way. > > src="data:..." > > The image needs to be base64 encoded. > > Would there be an easy way to create an > org-command to include an image into the org > file in this manner? > > Off-course their is a disadvantage here: images > included like this could only be exported to > html (not LaTeX). And the images must be quite > small in size, or the exporter might > fail. Another problem is that not all browsers > can display images included in this way... > > I'll be glad to here any comments about this idea. > > Ciao, > Renzo > > Below is an example of how I'm using this > feature now: > > ----- > > # > * Picture > #+BEGIN_HTML >

> #+END_HTML > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode