From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help 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:57 +0100 Message-ID: <86tv61tsla.fsf@dod.no> References: <8636dlvd2v.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="106707"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 15 18:19:19 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1igXY6-000Rbz-30 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Dec 2019 18:19:18 +0100 Original-Received: from localhost ([::1]:41560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igXY4-0003NV-UU for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Dec 2019 12:19:16 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48337) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igXXq-0003Ky-GC for help-gnu-emacs@gnu.org; Sun, 15 Dec 2019 12:19:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igXXo-0001sL-NH for help-gnu-emacs@gnu.org; Sun, 15 Dec 2019 12:19:02 -0500 Original-Received: from cadalora.default.sbang.uk0.bigv.io ([46.43.15.90]:57098 helo=cadalora.bang.priv.no) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1igXXo-0001r8-Cb for help-gnu-emacs@gnu.org; Sun, 15 Dec 2019 12:19:00 -0500 Original-Received: from mccoy (cm-84.211.250.118.getinternet.no [84.211.250.118]) by cadalora.bang.priv.no (Postfix) with ESMTPSA id 9E92DCD3D0 for ; Sun, 15 Dec 2019 17:18:58 +0000 (GMT) In-Reply-To: <8636dlvd2v.fsf@dod.no> (Steinar Bang's message of "Sun, 15 Dec 2019 16:11:04 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 46.43.15.90 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:122052 Archived-At: >>>>> 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 > Does anyone know what the problem might be? 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.