Hi Manuel,

Manuel Giraud wrote:
> Sébastien Vauban <wxhgmqzgw...@spammotel.com> 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


_______________________________________________
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