>> 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.
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
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
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
(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)
>
> 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
... 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
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
> 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
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\\
>> 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
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"
>
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
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
14 matches
Mail list logo