emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Error When Publishing a Single File


From: Matthew Lundin
Subject: Re: [Orgmode] Error When Publishing a Single File
Date: Tue, 17 Feb 2009 06:25:17 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

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> &#124;
<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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]