emacsweblogs
[Top][All Lists]
Advanced

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

[Emacsweblogs] format-time-string: Symbol's function definition is void:


From: Peter
Subject: [Emacsweblogs] format-time-string: Symbol's function definition is void: caddr
Date: Wed, 29 Sep 2010 11:38:39 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8

Hi,

I have setup weblogger.el to work with my locally hosted wordpress blog but i seem to only be able to log in once before I start getting the following error:

Wrote /home/peter/.emacs
Contacting host: locuscor.homedns.org:80
Reading [text/xml]... 13k of 13k (100%)
Reading... done.
format-time-string: Symbol's function definition is void: caddr
Contacting host: locuscor.homedns.org:80
Reading [text/xml]... 170 bytes of 160 bytes (106%)
weblogger-api-blogger-edit-template: Wrong type argument: char-or-string-p, nil
format-time-string: Symbol's function definition is void: caddr

My .emacs file looks like this:

;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
    (load
     (expand-file-name "~/.emacs.d/elpa/package.el"))
  (package-initialize))


;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
    (load
     (expand-file-name "~/.emacs.d/elpa/package.el"))
  (package-initialize))
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
'(weblogger-config-alist (quote (("default" "http://locuscor.homedns.org/wordpress/xmlrpc.php"; "<<login>>" "" "1") ("patojo_local" "http://localhost/wordpress/xmlrpc.php"; "<<login>>" "" "1")))))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

Thanks for any assistance!

Peter



reply via email to

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