From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Re: org2blog fails during upload with: org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export Date: Sun, 15 Dec 2019 18:18:26 +0100 Message-ID: <86y2vdtsm5.fsf@dod.no> References: <867e2xvfpq.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47390) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igXXL-0002uJ-El for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 12:18:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igXXK-0000lR-69 for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 12:18:31 -0500 Received: from cadalora.default.sbang.uk0.bigv.io ([46.43.15.90]:57092 helo=cadalora.bang.priv.no) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1igXXJ-0000g0-Vn for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 12:18:30 -0500 Received: from mccoy (cm-84.211.250.118.getinternet.no [84.211.250.118]) by cadalora.bang.priv.no (Postfix) with ESMTPSA id BA5A7CD3D0 for ; Sun, 15 Dec 2019 17:18:27 +0000 (GMT) In-Reply-To: <867e2xvfpq.fsf@dod.no> (Steinar Bang's message of "Sun, 15 Dec 2019 15:14:09 +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" To: emacs-orgmode@gnu.org >>>>> Steinar Bang : > Platform: Windows 10, > GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 > Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) > Org2Blog Runtime: Org2Blog 1.1.1, MetaWeblog 1.1.1, XML-RPC 1.6.12 > I've installed org2blog from melpa stable following the instructions in > https://github.com/org2blog/org2blog#using-a-package > I've created a template article and have successfully logged in to the > blog > https://github.com/org2blog/org2blog#make-your-first-post-in-less-5-minutes > However exporting buffer fails with the error message > org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export > I have googled the error message and found this old thread: > https://www.mail-archive.com/emacs-orgmode@gnu.org/msg105337.html > I have manually loaded ox-org as suggested in the thread, but that > didn't make the problem go away. > https://www.mail-archive.com/emacs-orgmode@gnu.org/msg105374.html I read the source code and manually loaded ox-wp: M-x load-library ox-wp RET And then "Save post draft" saved the article. Now I have to figure out why installing the package from melpa statble wasn't enough.