From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: how can I use plain-text URLs in org-mime? Date: Mon, 24 Aug 2015 12:53:52 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c22d405996c1051e1176e7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTv0N-0002zE-IU for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 12:53:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTv0M-0002Of-Ac for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 12:53:55 -0400 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]:33723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTv0L-0002O6-Tb for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 12:53:54 -0400 Received: by pdrh1 with SMTP id h1so56450327pdr.0 for ; Mon, 24 Aug 2015 09:53:52 -0700 (PDT) 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 , org-mode --001a11c22d405996c1051e1176e7 Content-Type: text/plain; charset=UTF-8 Hi Eric and others, I'm using org-mime-htmlize to send email, but I'm having trouble with plain-text links (i.e. not org-mode formatted links with square brackets, but URLs by themselves) and with image links (again, not org-mode format). Say I have an org-mode file with this subtree: ,---- | | * foo | http://google.com | | http://i.imgur.com/kJn0xNs.jpg | `---- These work as desired when I org-export to HTML. The URL gets converted to a clickable anchor, and the image gets displayed as an image. How do I get this same behavior in org-mime? When I try to email this same content using message-mode and org-mime-htmlize, I get this: Lisp error: (args-out-of-range 0 0) get-text-property(0 face) org-activate-plain-links The full debug: https://gist.github.com/c06c92fb223dacb694c1 Thanks! --001a11c22d405996c1051e1176e7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi=C2=A0Eric and others,

I'm u= sing org-mime-htmlize to send email, but I'm having trouble with plain-= text links (i.e. not org-mode formatted links with square brackets, but URL= s by themselves) and with image links (again, not org-mode format).

Say I have an org-mode file with this subtree:
=
,----
|
| =C2=A0* foo=C2=A0
|= =C2=A0
| =C2=A0
`----
=

These work as desired when I org-export to HTML. The UR= L gets converted to a clickable <a href> anchor, and the image gets d= isplayed as an <img src> image.

How do I get= this same behavior in org-mime? When I try to email this same content usin= g message-mode and org-mime-htmlize, I get this:

L= isp error: (args-out-of-range 0 0)
get-text-property(0 face)
org-activate-plain-links=C2=A0


Than= ks!
--001a11c22d405996c1051e1176e7--