Re: [O] sending HTML e-mail

2014-01-12 Thread Eric Schulte
Peter Salazar writes: > 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 dire

Re: [O] sending HTML e-mail

2014-01-11 Thread Peter Salazar
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.

Re: [O] sending HTML e-mail

2014-01-11 Thread Eric Schulte
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/lis

[O] sending HTML e-mail

2014-01-11 Thread Peter Salazar
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 'o