From mboxrd@z Thu Jan 1 00:00:00 1970 From: markscala@gmail.com Subject: Problem with publishing to html Date: Fri, 29 Oct 2010 17:53:52 -0500 Message-ID: <87k4l0k3un.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=52075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBxrq-0004Mf-AX for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 18:56:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBxro-0008I7-Vp for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 18:56:14 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:63000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBxro-0008I2-RZ for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 18:56:12 -0400 Received: by gwb11 with SMTP id 11so2802895gwb.0 for ; Fri, 29 Oct 2010 15:56:12 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode-list Org I updated to 7.02 today and now am unable to publish a project to html. This is the error reported in *Messages* Publishing file /home/mark/teach/10fall/metaphysics/notes/index.org using `org-publish-org-to-html' Exporting... tramp-convert-file-attributes: Wrong type argument: numberp, 1288383678\.599600284\.0 Here's my setting of org-publish-project-alist: (setq org-publish-project-alist '(("metaphysics" :base-directory "~/teach/10fall/metaphysics/notes/" :publishing-directory "/ssh:metaphysics@192.168.2.100:~/metaphysics" :recursive t :section-numbers nil :table-of-contents nil :base-extension "org" :publishing-function org-publish-org-to-html :author-info nil :creator-info nil))) Thanks, Mark