From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: State of things: Email with orgmode? Date: Tue, 26 Apr 2016 10:13:14 +0800 Message-ID: <87oa8xkthh.fsf@ericabrahamsen.net> References: <87eg9t8x34.fsf@torysa.worldsendless> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ausVD-0007eN-N9 for emacs-orgmode@gnu.org; Mon, 25 Apr 2016 22:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ausV8-00051e-O5 for emacs-orgmode@gnu.org; Mon, 25 Apr 2016 22:13:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:59918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ausV8-00051O-I0 for emacs-orgmode@gnu.org; Mon, 25 Apr 2016 22:13:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ausV6-0006vZ-0t for emacs-orgmode@gnu.org; Tue, 26 Apr 2016 04:13:20 +0200 Received: from 123.118.189.146 ([123.118.189.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2016 04:13:20 +0200 Received: from eric by 123.118.189.146 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2016 04:13:20 +0200 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" To: emacs-orgmode@gnu.org torys.anderson@gmail.com (Tory S. Anderson) writes: > For ages I've been hearing about people doing or wanting email with > orgmode. I've been using gnus for years, but am curious as to what is > possible with orgmode. My search engines aren't revealing any > explanations, but orgmode navigation combined with the composition > possiblities with things like html export and integration with orgmode > power seems like nice potential. Orgmode already has a very useful > facility with taking links to Gnus messages, and the highly useful org > contacts; what else is out there? Is there a way to write and send > emails from orgmode, without just doing copy/paste/attach? I've got a package in Elpa called Gnorb, that provides some integration between Org and Gnus. It also includes a function `gnorb-org-email-subtree' that lets you export a subtree as a text or file, and send it as an email. That might also be useful.