Jeff Horn <jrhorn...@gmail.com> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to