From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-mime: make plain/text mime export a choice Date: Tue, 01 Sep 2015 09:19:27 +0200 Message-ID: <87a8t64neo.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWfpF-0004ub-9c for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 03:17:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWfpE-0005mY-M5 for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 03:17:49 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWfpE-0005lK-FA for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 03:17:48 -0400 In-Reply-To: (Jon Miller's message of "Mon, 31 Aug 2015 17:55:06 -0700") 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: Jon Miller Cc: emacs-orgmode@gnu.org 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? Regards, -- Nicolas Goaziou