emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Error when publishing to HTML


From: Sébastien Vauban
Subject: [Orgmode] Re: Error when publishing to HTML
Date: Fri, 18 Feb 2011 11:32:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Manuel,

Manuel Giraud wrote:
> Sébastien Vauban <address@hidden> writes:
>> #+begin_src emacs-lisp
>> (add-to-list 'org-publish-project-alist
>>              '(("orgfiles"
>>                 :base-directory "~/src/web-in-org/org/"
>>                 :base-extension "org"
>>                 :publishing-directory "~/src/web-in-org/public_html/"
>>                 :publishing-function org-publish-org-to-html
>>                 :section-numbers nil
>>                 :table-of-contents nil
>>                 :auto-sitemap t
>>                 :sitemap-title "Sitemap"
>>                 :style "<link rel=\"stylesheet\" href=\"css/worg.css\" 
>> type=\"text/css\"/>")
>>                ("css"
>>                 :base-directory "~/src/web-in-org/org/css/"
>>                 :base-extension "css"
>>                 :publishing-directory "~/src/web-in-org/public_html/css/"
>>                 :publishing-function org-publish-attachment)
>>                ("mysite"
>>                 :components ("orgfiles" "css"))))
>> #+end_src
>
> Ok, I think I found your problem here: your add-to-list create a too much
> nested list here.

That was it. THANKS A LOT for your (successful) investigation...

Stupid of me... OK, that's an easy mistake to make. BTW, would you see a
better report mechanism in such cases? I definitely won't be the only one to
make it.

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

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