From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noah Hoffman Subject: Re: embed base64 encoded images in exported html Date: Mon, 23 Apr 2012 11:48:51 -0700 Message-ID: References: <878vhmxv6q.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMOK3-00080Y-IU for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 14:49:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMOK1-000601-SX for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 14:49:15 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:59174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMOK1-0005zs-Lm for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 14:49:13 -0400 Received: by vcbfy7 with SMTP id fy7so3902855vcb.0 for ; Mon, 23 Apr 2012 11:49:12 -0700 (PDT) In-Reply-To: <878vhmxv6q.fsf@gmx.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte , emacs-orgmode On Mon, Apr 23, 2012 at 9:35 AM, Eric Schulte wrote: > To include raw html in an Org-mode file you can use either the single > line #+HTML: escape or wrap it in a being/end html block, Thank you! Now I can see where I missed this in the docs (seems perfectly clear in retrospect): http://orgmode.org/manual/results.html#results Take care, Noah