From mboxrd@z Thu Jan 1 00:00:00 1970 From: markscala@gmail.com Subject: Problem exporting Date: Fri, 29 Oct 2010 15:05:30 -0500 Message-ID: <87ocackbn9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=54705 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBvEu-0003Io-7E for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 16:07:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBvEs-00029G-Oo for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 16:07:51 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:60262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBvEs-000299-MO for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 16:07:50 -0400 Received: by gyh20 with SMTP id 20so2679026gyh.0 for ; Fri, 29 Oct 2010 13:07:49 -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