From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Re: Error in org2blog/wp-login: "Must provide a callback function to url-retrieve" Date: Tue, 01 May 2012 16:23:05 +0200 Message-ID: <87wr4w6kvq.fsf@dod.no> References: <87zk9t81ih.fsf@dod.no> <87haw08f2a.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPDz5-0008PW-3e for emacs-orgmode@gnu.org; Tue, 01 May 2012 10:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPDz3-0001Jt-AK for emacs-orgmode@gnu.org; Tue, 01 May 2012 10:23:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:59571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPDz3-0001Jn-3W for emacs-orgmode@gnu.org; Tue, 01 May 2012 10:23:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SPDz0-0001Ov-U1 for emacs-orgmode@gnu.org; Tue, 01 May 2012 16:23:14 +0200 Received: from cm-84.208.231.161.getinternet.no ([84.208.231.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 May 2012 16:23:14 +0200 Received: from sb by cm-84.208.231.161.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 May 2012 16:23:14 +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 >>>>> Steinar Bang : > Are anyone else successfully using org2blog with emacs 23? > I don't think this have worked for any emacs 23.x releases. Yes it has. The problem was mine. I had a very old setting (older than 2002-03-12, which is as far as my current version control of my home directory goes), that interfered and caused the wrong branch of a cond clause to be called (the emacs 20.3 branch): (setq w3-user-fonts-take-precedence t ; Use _my_ font. w3-user-colors-take-precedence t ; Use _my_ colors. w3-honor-stylesheets nil ; No, just do it.. w3-use-terminal-characters nil ; No weird characters. w3-use-terminal-characters-on-tty nil w3-horizontal-rule-char 45 ; I said: no weird characters w3-display-frames nil url-be-asynchronous t w3-do-incremental-display t url-honor-refresh-requests nil w3-delay-image-loads t) I removed the url-be-asynchronous setting and then xml-rpc worked.