From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Newell Subject: org-publish issue Date: Mon, 13 Mar 2017 09:31:43 -1000 Message-ID: <87vardc6sg.fsf@bobnewell.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnVh9-0003kH-Lz for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 15:31:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnVh5-0006rv-Lg for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 15:31:51 -0400 Received: from mail-pg0-x232.google.com ([2607:f8b0:400e:c05::232]:34817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnVh5-0006rQ-Dz for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 15:31:47 -0400 Received: by mail-pg0-x232.google.com with SMTP id b129so68303967pgc.2 for ; Mon, 13 Mar 2017 12:31:47 -0700 (PDT) Received: from localhost (udp226603uds.hawaiiantel.net. [72.235.47.4]) by smtp.gmail.com with ESMTPSA id i15sm34216650pfj.0.2017.03.13.12.31.45 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 13 Mar 2017 12:31:45 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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:chipschapbn@www.bobnewell.net:~/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:chipschapbn@www.bobnewell.net:~/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:chipschapbn@www.bobnewell.net:~/publish/35years/images" :publishing-function org-publish-attachment :recursive t ) ("35yearsweb" :components ("35yearsimages" "35yearsother" "35yearsorg")) ("generalorg" :base-directory "~/organize/publish/general/" :publishing-directory "/ftp:chipschapbn@www.bobnewell.net:~/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:chipschapbn@www.bobnewell.net:~/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:chipschapbn@www.bobnewell.net:~/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 *