From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: sending HTML e-mail Date: Sat, 11 Jan 2014 21:57:53 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bdc932620b27804efbd20ad Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2BFM-0000Im-Iv for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 21:57:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2BFL-0008Ln-Ns for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 21:57:56 -0500 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:43632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2BFL-0008LW-G7 for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 21:57:55 -0500 Received: by mail-pd0-f171.google.com with SMTP id x10so1389820pdj.16 for ; Sat, 11 Jan 2014 18:57:53 -0800 (PST) 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: org-mode --047d7bdc932620b27804efbd20ad Content-Type: text/plain; charset=ISO-8859-1 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 --047d7bdc932620b27804efbd20ad Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
What's the state of the art in sending lightly formatt= ing e-mail in HTML format? Is org-mime still the best way?=A0

This doesn't seem to be working for me. I'm doing this:
=

(setq load-path (cons "~/org/contrib" load-pa= th))
(setq load-path (cons "~/org/contrib/lisp" load-pa= th))

and this:

(require 'org-mime)

but when I call= org-mime-subtree, I get this:=A0

Symbol's fun= ction is void: org-export-string

(For reference: O= SX 10.9.1 / Aquamacs 2.5 / Emacs 23.4.1 / org-mode 8.2.4


--047d7bdc932620b27804efbd20ad--