From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "harry meyers" Newsgroups: gmane.emacs.help Subject: Re: org-blogging error Date: 9 Sep 2006 23:53:51 -0700 Organization: http://groups.google.com Message-ID: <1157871231.730049.319670@h48g2000cwc.googlegroups.com> References: <1157745663.402284.43520@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1157874024 25108 80.91.229.2 (10 Sep 2006 07:40:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Sep 2006 07:40:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 10 09:40:24 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMJvT-0000vM-Ow for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Sep 2006 09:40:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMJvT-00056D-7y for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Sep 2006 03:40:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: 87.160.148.189 Original-X-Trace: posting.google.com 1157871236 6850 127.0.0.1 (10 Sep 2006 06:53:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 10 Sep 2006 06:53:56 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=87.160.148.189; posting-account=I30K0Q0AAABNbMHNxg3aE0UsnX5wNzh2 Original-Xref: shelby.stanford.edu gnu.emacs.help:141644 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37266 Archived-At: John Sullivan schrieb: > "harry meyers" writes: > > > Hi, > > > > does anybody accidentally use org-blogging? Some time ago I tried it > > with Xemacs, now with emacs and always get the same error > > > > Wrong type argument: stringp, 12 > > That's not enough information to debug anything. Try doing M-x > toggle-debug-on-error, then the command that causes the error. > Yes, sorry, yesterday when I was lying in my bed this thought came to my mind: I forgot the backtrace ;) Here it is: Debugger entered--Lisp error: (wrong-type-argument stringp 12) string-to-number(12) (let* ((header ...) (blog-url ...) (author ...) (email ...) (subtitle ...) (encoding ...) (language ...) (homepage ...) (nbpst ...) (created ...) (modified ...) (modified-rfc3339 ...) (done-string ...) (publish-d ...) (upload-d ...) (images-d ...) (keywords ...) (content ...) (tags ...) (new-tags ...) (last-month ...) (months-list ...)) (org-blogging-maybe-create-directories publish-d images-d upload-d) (save-window-excursion (org-blogging-render-index header tags content months-list) (org-blogging-render-atom header content) (org-blogging-render-tags-pages header tags content months-list ... all) (org-blogging-render-month-pages header tags content ...) (org-blogging-render-posts-html header tags content months-list))) org-blogging-publish(nil) call-interactively(org-blogging-publish) execute-extended-command(nil) call-interactively(execute-extended-command) harry