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 "<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylesheet.css\" />" ;;:style-include-default nil :preamble " <div id=\"wrapper\"> <div id=\"menu\"> <div id=\"sidemenu\"> <a href=\"index.html\">Home</a> | <a href=\"sitemap.html\">Site Map</a> </div> <div id=\"sidetitle\"> Matthew Lundin </div> </div> <div id=\"content\">" :postamble "</div> </div>" ) ("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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode