From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: sending HTML e-mail Date: Sun, 12 Jan 2014 01:49:00 -0500 Message-ID: References: <87vbxpsxd2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5da891ae654f04efc05a93 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Er1-0003uV-S7 for emacs-orgmode@gnu.org; Sun, 12 Jan 2014 01:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2Er0-0006jp-IQ for emacs-orgmode@gnu.org; Sun, 12 Jan 2014 01:49:03 -0500 Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:34919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Er0-0006jj-6a for emacs-orgmode@gnu.org; Sun, 12 Jan 2014 01:49:02 -0500 Received: by mail-pd0-f181.google.com with SMTP id p10so6174128pdj.40 for ; Sat, 11 Jan 2014 22:49:01 -0800 (PST) In-Reply-To: <87vbxpsxd2.fsf@gmail.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 Cc: org-mode --047d7b5da891ae654f04efc05a93 Content-Type: text/plain; charset=ISO-8859-1 Yes, that works! But now I'm getting a different error: Debugger entered--Lisp error: (file-error "Opening input file" "No such file or directory" "/Users/peter/Documents/ http://img2u.info/ckgni/i/g9c7948fd.jpg") i.e. it seems to be prepending my default directory path to external image URLs. On Sat, Jan 11, 2014 at 10:16 PM, Eric Schulte wrote: > Peter Salazar writes: > > > What's the state of the art in sending lightly formatting e-mail in > > HTML > > format? Is org-mime still the best way? > > > > This doesn't seem to be working for me. I'm doing this: > > > > (setq load-path (cons "~/org/contrib" load-path)) > > (setq load-path (cons "~/org/contrib/lisp" load-path)) > > > > and this: > > > > (require 'org-mime) > > > > but when I call org-mime-subtree, I get this: > > > > Symbol's function is void: org-export-string > > > > (For reference: OSX 10.9.1 / Aquamacs 2.5 / Emacs 23.4.1 / org-mode > > 8.2.4 > > You must have an old version of Org-mime loaded. The current version in > the Org-mode git repo (available at [1]) does not call the > org-export-string function. > > Best, > > Footnotes: > [1] > http://orgmode.org/w/?p=org-mode.git;a=blob;f=contrib/lisp/org-mime.el;h=b0007ac8af3ba17cd5cce84ff34ea59f5c32526f;hb=HEAD > > -- > Eric Schulte > https://cs.unm.edu/~eschulte > PGP: 0x614CA05D > --047d7b5da891ae654f04efc05a93 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Yes, that works! But now I'm getting a different error= :

Debugger entered--Lisp error: (file-error "O= pening input file" "No such file or directory" "/Users/= peter/Documents/http://= img2u.info/ckgni/i/g9c7948fd.jpg")

i.e. it seems to be prepending my default directo= ry path to external image URLs.=A0




On Sat, Jan = 11, 2014 at 10:16 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
Pete= r Salazar <cycleofsong@gmail.co= m> writes:

> What's the state of the art in sending lightly formatting e-mail i= n
> HTML
> format? Is org-mime still the best way?
>
> This doesn't seem to be working for me. I'm doing this:
>
> (setq load-path (cons "~/org/contrib" load-path))
> (setq load-path (cons "~/org/contrib/lisp" load-path))
>
> and this:
>
> (require 'org-mime)
>
> but when I call org-mime-subtree, I get this:
>
> Symbol's function is void: org-export-string
>
> (For reference: OSX 10.9.1 / Aquamacs 2.5 / Emacs 23.4.1 / org-mode > 8.2.4

You must have an old version of Org-mime loaded. =A0The current= version in
the Org-mode git repo (available at [1]) does not call the
org-export-string function.

Best,

Footnotes:
[1] =A0http://orgmode.org/w/?p=3Dorg-mode.git;a=3Dblob;f=3Dcont= rib/lisp/org-mime.el;h=3Db0007ac8af3ba17cd5cce84ff34ea59f5c32526f;hb=3DHEAD=

--
Eric Schulte
https://cs.unm.e= du/~eschulte
PGP: 0x614CA05D

--047d7b5da891ae654f04efc05a93--