emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Need help publishing subdirectories


From: Nick Dokos
Subject: Re: [Orgmode] Re: Need help publishing subdirectories
Date: Tue, 12 Oct 2010 13:24:42 -0400

Jeff Horn <address@hidden> wrote:

> >> The relevant portion of my configuration is below.
> >>
> >> (setq org-publish-project-alist nil)
> >> (setq org-publish-project-alist
> >>       '(("ftr-static"
> >>          :base-directory "~/org/ftr"
> >>          :base-extension 
> >> "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
> >>          :publishing-directory "~/Sites/FTR/"
> >>          :recursive t
> >>          :publishing-function (org-publish-attachment)
> >>          :table-of-contents nil
> >>          :todo-keywords nil
> >>          :section-numbers nil
> >>          :recursive t
> >>          )
> >>         ("ftr-jeff"
> >>          :base-directory "~/org/ftr/jeff"
> >>          :base-extension "org"
> >>          :publishing-directory "~/Sites/FTR/jeff"
> >>          :recursive t
> >>          :publishing-function (org-publish-org-to-html 
> >> org-publish-org-to-org)
> >>          :htmlized-source
> >>          :table-of-contents nil
> >>          :todo-keywords nil
> >>          :section-numbers nil
> >>          :recursive t
> >>          )
> >>         ("ftr"
> >>          :components ( "ftr-static"
> >>                        "ftr-jeff"
> >>                       )
> >>          )))
> >>
> >> The table of contents and section number options are being ignored
> >> (possibly others). Any ideas?
> >
> > Isn't that what *should* happen if the :table-of-contents and 
> > :section-numbers
> > options are set to nil?
> 
> Sorry for the misunderstanding. What I meant to say was the options
> are being ignored, such that table of contents and section numbers are
> being used, as if these variables were set to non-nil.
> 

So, you are changing the project settings but you don't see the changes
in the html files? Have you investigated caching effects? Not only at
the web browser but also at the org-mode publishing level? org-publish
keeps timestamps on org files and does not update the html files if they
have not been changed.

Nick



reply via email to

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