>> 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.

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

_______________________________________________
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