emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bob Newell <bobnewell@bobnewell.net>
To: emacs-orgmode@gnu.org
Subject: org-publish issue
Date: Mon, 13 Mar 2017 09:31:43 -1000	[thread overview]
Message-ID: <87vardc6sg.fsf@bobnewell.net> (raw)

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 *

             reply	other threads:[~2017-03-13 19:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13 19:31 Bob Newell [this message]
2017-03-13 21:09 ` org-publish issue Bob Newell
2017-03-17  7:55   ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vardc6sg.fsf@bobnewell.net \
    --to=bobnewell@bobnewell.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).