From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: mailto link with a subject and a content Date: Fri, 16 Jan 2015 09:16:29 +0800 Message-ID: <87iog7le36.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBvQb-0002lz-Gt for emacs-orgmode@gnu.org; Thu, 15 Jan 2015 20:10:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBvQY-0001hg-1C for emacs-orgmode@gnu.org; Thu, 15 Jan 2015 20:10:21 -0500 Received: from plane.gmane.org ([80.91.229.3]:38663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBvQX-0001hJ-QJ for emacs-orgmode@gnu.org; Thu, 15 Jan 2015 20:10:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YBvQU-0004ew-EE for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 02:10:14 +0100 Received: from 123.122.45.172 ([123.122.45.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jan 2015 02:10:14 +0100 Received: from eric by 123.122.45.172 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jan 2015 02:10:14 +0100 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: emacs-orgmode@gnu.org PICCA Frederic-Emmanuel writes: > Hello, I would like to create a link (exported as html) which allow to prefill the content of the emai when we click on it. > > Something like > > To: submit@bugs.debian.org > Subject: My problem with hkl... > > Package: hkl > Version: @VERSION@ > > I found this problem in hkl... > > Is it possible to do this kind of things with org-mode ? I think mailto: link syntax comes with GET-style parameters that allow prefilling of some headers, ie "mailto:someone@address.com?subject=BugReport", but that's pretty limited. John's right that if what you want is the above, you should probably just write some function to do it. Incidentally, when I just tried to test the above, org would only send the link to Conkeror, instead of opening in Gnus. Dunno what's going on there. Eric