From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Invalid format character in html-postamble-format Date: Tue, 15 Feb 2011 10:54:03 +0100 Message-ID: <874o85zkqs.fsf@gnu.org> References: <80ipwlsnhw.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=58554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpHbc-0004zd-T6 for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 04:54:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpHbb-0000LK-DX for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 04:54:00 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:34424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpHbb-0000LG-5p for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 04:53:59 -0500 Received: by fxm12 with SMTP id 12so6446517fxm.0 for ; Tue, 15 Feb 2011 01:53:58 -0800 (PST) In-Reply-To: <80ipwlsnhw.fsf@missioncriticalit.com> (=?iso-8859-1?Q?=22S?= =?iso-8859-1?Q?=E9bastien?= Vauban"'s message of "Tue, 15 Feb 2011 09:37:31 +0100") 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?iso-8859-1?Q?S=E9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Sébastien, Sébastien Vauban writes: > When exporting to HTML (with lastest Git), I now have this error occurring: > > Debugger entered--Lisp error: (error "Invalid format character: `%v'") > signal(error ("Invalid format character: `%v'")) > error("Invalid format character: `%%%c'" 118) Certainly because your `org-export-html-validation-link' is set to nil. Please try to set it to "" and tell me if that cures your problem. Thanks, -- Bastien