emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-publish issue


From: Bob Newell
Subject: [O] org-publish issue
Date: Mon, 13 Mar 2017 09:31:43 -1000
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1 (gnu/linux)

Aloha,

Running 9.0.5. I have a strange problem with org-publish. Only the first
entry of my :components gets processed. I've tried tracing code and fail
to find the problem. Can anyone give a suggestion? I'm appending my
project alist. Mahalo!

(setq org-publish-project-alist
            (quote (
              ("35yearsorg"
               :base-directory "~/organize/publish/35years/"
               :publishing-directory "/ftp:address@hidden:~/publish/35years"
               :recursive t
               :table-of-contents t
               :auto-sitemap t
               :sitemap-title "35 Years of EMACS"
               :sitemap-filename "index.html"
               :sitemap-style "tree"
               :makeindex t
               :base-extension "org"
               :publishing-function org-html-publish-to-html
               :style-include-default nil
               :section-numbers t
               :table-of-contents t 
               :author-info "Bob Newell"
               :creator-info nil)
              ("35yearstother"
               :base-directory "~/organize/publish/35years/other/"
               :base-extension "css\\|pdf\\|sh"
               :publishing-directory 
"/ftp:address@hidden:~/publish/35years/other"
               :publishing-function org-publish-attachment
               :recursive t
              )
              ("35yearsimages"
               :base-directory "~/organize/publish/35years/images"
               :base-extension "png\\|jpg\\|gif"
               :publishing-directory 
"/ftp:address@hidden:~/publish/35years/images"
               :publishing-function org-publish-attachment
               :recursive t
               )
              ("35yearsweb" :components ("35yearsimages" "35yearsother" 
"35yearsorg"))
              ("generalorg"
               :base-directory "~/organize/publish/general/"
               :publishing-directory "/ftp:address@hidden:~/publish/general"
               :recursive t
               :table-of-contents t
               :auto-sitemap t
               :sitemap-title "General Web Pages"
               :sitemap-filename "index.html"
               :sitemap-style "tree"
               :makeindex t
               :base-extension "org"
               :publishing-function org-html-publish-to-html
               :style-include-default nil
               :section-numbers t
               :table-of-contents t
               :author-info "Bob Newell"
               :creator-info nil)
              ("generaltother"
               :base-directory "~/organize/publish/general/other/"
               :base-extension "css\\|pdf\\|sh"
               :publishing-directory 
"/ftp:address@hidden:~/publish/general/other"
               :publishing-function org-publish-attachment
               :recursive t
               )
              ("generalimages"
               :base-directory "~/organize/publish/general/images/"
               :base-extension "png\\|jpg\\|gif"
               :publishing-directory 
"/ftp:address@hidden:~/publish/general/images"
               :publishing-function org-publish-attachment
               :recursive t
              )
              ("generalweb" :components ("generalimages" "generalother" 
"generalorg"))
)))


-- 
Bob Newell
Honolulu, Hawai`i
* Via Gnus/BBDB/Org/Emacs/Linux *



reply via email to

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