From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Can't email multipart/alternative anymore Date: Fri, 23 Oct 2015 22:44:00 +0200 Message-ID: <877fmdz567.fsf@nicolasgoaziou.fr> References: <6sw6c7io5xg58k.fsf@pfdstudio.com> <87fv11zqej.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpjAG-0002Fd-VM for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 16:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpjAG-000847-7s for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 16:42:16 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpjAG-000840-19 for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 16:42:16 -0400 In-Reply-To: <87fv11zqej.fsf@gmail.com> (Aaron Ecay's message of "Fri, 23 Oct 2015 14:05:24 +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: Peter Davis Cc: Nick Dokos , emacs-orgmode@gnu.org Hello, Aaron Ecay writes: > > Based on the backtrace, I think that if you do M-x load-library RET > ox-org RET your error should disappear. > > If that=E2=80=99s the cause, the attached (draft) patch should give a bet= ter > error message in cases like this. Thank you. However, `org-export-barf-if-invalid-backend' raises an error, not a user-error. IOW, it doesn't need to be verbose: it is a bug if a user sees it anyway. I suggest to (require 'ox-org) where appropriate and fix the issue. I didn't look closely at the problem so you know better than me where this line should be added. WDYT? Regards, --=20 Nicolas Goaziou