From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Error When Publishing a Single File Date: Tue, 17 Feb 2009 06:25:17 -0600 Message-ID: References: <499A9DD3.80903@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZP0q-00013a-W3 for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:25:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZP0q-00013M-9b for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:25:20 -0500 Received: from [199.232.76.173] (port=46216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZP0q-00013J-4M for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:25:20 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:59570) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZP0p-0002h0-ST for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:25:20 -0500 In-Reply-To: <499A9DD3.80903@manor-farm.org> (Ian Barton's message of "Tue\, 17 Feb 2009 11\:21\:55 +0000") 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: Ian Barton Cc: emacs-orgmode@gnu.org Hi Ian, I can confirm the same error when calling org-publish-current-file with the following configuration: (setq org-publish-project-alist '( ("org-notes" :base-directory "~/mystuff/website/" :base-extension "org" :publishing-directory "/ssh:[url:/path/to/webpage]" :section-numbers nil :email "Matthew.Lundin@valpo.edu" :publishing-function org-publish-org-to-html :table-of-contents nil ;; :auto-index t ;; :index-filename "pagelist.org" ;; :index-title "Page List" :recursive t :style "" ;;:style-include-default nil :preamble "
Matthew Lundin
" :postamble "
" ) ("org-static" :base-directory "~/mystuff/website/" :publishing-directory "/ssh:[url:/path/to/webpage/]" :recursive t :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-function org-publish-attachment ) ("org" :components ("org-notes" "org-static")) )) Best, Matt