Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-14 Thread Jeff Horn
>> Thanks so much for the help! Even if it didn't help discover the >> problem, I learned a good bit about debugging, and I edited my first >> source file, so that's something to be proud of! :-) >> > > ... and it wasn't too bad, right? But inspired guessing will beat > debugging drudgery any day.

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-14 Thread Carsten Dominik
On Oct 13, 2010, at 8:02 PM, Jeff Horn wrote: I moved ":htmlized-source" to the bottom of the project definition and it fixed the problem. In the examples I've seen, ":htmlized-source" has an empty value. I hypothesize the key was seeing the next key as a value, and so wasn't picking up any su

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-13 Thread Nick Dokos
Jeff Horn wrote: > I moved ":htmlized-source" to the bottom of the project definition and > it fixed the problem. > > In the examples I've seen, ":htmlized-source" has an empty value. I > hypothesize the key was seeing the next key as a value, and so wasn't > picking up any subsequent keys. I t

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-13 Thread Jeff Horn
I moved ":htmlized-source" to the bottom of the project definition and it fixed the problem. In the examples I've seen, ":htmlized-source" has an empty value. I hypothesize the key was seeing the next key as a value, and so wasn't picking up any subsequent keys. I just loaded my publishing setup

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-13 Thread Jeff Horn
(We had a bit of discussion off list. I had a fresh crack at the problem this morning, so I'm copying the list on this message.) >    (setq tmp-pub-dir >          (file-name-directory >           (concat pub-dir >                   (and (string-match (regexp-quote base-dir) ftname) >              

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Jeff Horn
> OK - let me try to summarize and see if I have understood correctly: > > o in your org-publish-project-alist you set :table-of-contents to nil > o you clear the timestamps directory > o you run org-publish and you examine the resulting html file and it >  contains a TOC. > o the html file's modif

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
... and just to make sure: you either re-evaluate org-publish-project-alist or you restart emacs after changing it? Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mail

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
Jeff Horn wrote: > > 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 t

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Jeff Horn
> 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 > hav

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
Jeff Horn 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\\

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Jeff Horn
>> 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" >>          :publishi

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
Jeff Horn 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" >

[Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Jeff Horn
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/F

[Orgmode] Re: Need help publishing subdirectories

2010-10-11 Thread Jeff Horn
I've managed to push the extra source files out with the org-static configuration found at worg.[1] But now, for some reason, I've lost all my options (no TOC, no section numbers, custom stylesheet, etc). Anyone care to look at my config off-list and offer advice? I'm beginning to think it's some