emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to


From: Steinar Bang
Subject: Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"
Date: Tue, 01 May 2012 16:23:05 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/23.1 (gnu/linux)

>>>>> Steinar Bang <address@hidden>:

> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]