From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Error when publishing to HTML Date: Fri, 18 Feb 2011 11:32:04 +0100 Message-ID: <8039nl4orf.fsf@missioncriticalit.com> References: <804o825rl2.fsf@missioncriticalit.com> <874o813bjv.fsf@univ-nantes.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Manuel, Manuel Giraud wrote: > S=C3=A9bastien Vauban 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 "") >> ("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 --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode