From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [PATCH] org-mime: make plain/text mime export a choice Date: Tue, 01 Sep 2015 16:07:06 +0800 Message-ID: <87vbbutvf9.fsf@ericabrahamsen.net> References: <87a8t64neo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWgb8-0002G0-Vq for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 04:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWgb5-00057J-Qt for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 04:07:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:37289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWgb5-00056k-L6 for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 04:07:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZWgb1-0001eh-Jd for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 10:07:12 +0200 Received: from 114.250.116.104 ([114.250.116.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Sep 2015 10:07:11 +0200 Received: from eric by 114.250.116.104 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Sep 2015 10:07:11 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Jon Miller writes: > >> Update to how org-mime constructs emails for the plain/text section of the >> mime email. I've found that using the 'ascii exporter produces a saner >> plain/text section than using the 'org exporter. Added a new custom variable >> to control which exporter is used. and changed the default behavior to use >> 'ascii. Below is my git formatted patch. > > Thank you for the patch. > > Is there any reason to keep using "org" exporter if "ascii" is superior? > I.e., what about simply replacing 'org with 'ascii? I'd say it might be nice to have the option there to customize. There are several potential plain-text exportation options (I'd prefer utf8, personally), and giving the user a choice seems nice....