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: Jeff Horn
Subject: Re: [Orgmode] Re: Need help publishing subdirectories
Date: Tue, 12 Oct 2010 12:41:14 -0400

>> 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
address@hidden
address@hidden



reply via email to

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