emacsweblogs
[Top][All Lists]
Advanced

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

[Emacsweblogs] Re: Again date and wordpress


From: andrea
Subject: [Emacsweblogs] Re: Again date and wordpress
Date: Fri, 27 Nov 2009 00:14:01 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

andrea <address@hidden> writes:

> address@hidden (Mark A. Hershberger) writes:
>
> The problem was very simple, I wasn't loading xml-rpc!
> It's required in weblogger.el but the function I was using to parse date
> was still the one in timezone.el.
> How can that happen?
> Maybe I eval timezone *after* having evaluated xml-rpc?
>
> I remember there was a discussion about blogging automatically from
> org-mode or other modes but I don't find it, any news?
>
> At worst I can define a function that
> - converts a file from org-mode to whatever
> - insert the conversion
> - starts a new entry
>
> It would be very easy now that my elisp skills got better...

Mm no it was not over...
I tried to modify the first article to update it and I get:

Debugger entered--Lisp error: (error "Invalid date: 04 Dic
         2008 19:07:16 +0100")
  signal(error ("Invalid date: 04 Dic 2008 19:07:16 +0100"))
  error("Invalid date: %s" "04 Dic 2008 19:07:16 +0100")
  date-to-time("04 Dic 2008 19:07:16 +0100")
  weblogger-entry-buffer-to-struct()
  weblogger-save-entry(nil nil)
  weblogger-send-entry()
  call-interactively(weblogger-send-entry t nil)

Now the parsing date function is the one defined in xml-rpc, and that
date looks like when I actually published that.
What could that be?





reply via email to

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