emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] Invalid format character in html-postamble-format
@ 2011-02-15  8:37 Sébastien Vauban
  2011-02-15  9:54 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Vauban @ 2011-02-15  8:37 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi,

When exporting to HTML (with lastest Git), I now have this error occurring:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (error "Invalid format character: `%v'")
  signal(error ("Invalid format character: `%v'"))
  error("Invalid format character: `%%%c'" 118)
--8<---------------cut here---------------end--------------->8---

I could spot the bad character in:

--8<---------------cut here---------------start------------->8---
html-postamble-format's value is 
"<p class=\"author\">Author: %a (%e)</p>\n<p class=\"date\">Date: %d</p>\n<p class=\"creator\">Generated by %c</p>\n<p class=\"xhtml-validation\">%v</p>\n"

Documentation:
Not documented as a variable.
--8<---------------cut here---------------end--------------->8---

But I don't know what was intended...

Best regards,
  Seb

-- 
Sébastien 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bug] Invalid format character in html-postamble-format
  2011-02-15  8:37 [bug] Invalid format character in html-postamble-format Sébastien Vauban
@ 2011-02-15  9:54 ` Bastien
  2011-02-15 12:13   ` Sébastien Vauban
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2011-02-15  9:54 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

Hi Sébastien,

Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bug] Invalid format character in html-postamble-format
  2011-02-15  9:54 ` Bastien
@ 2011-02-15 12:13   ` Sébastien Vauban
  2011-02-15 14:58     ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Vauban @ 2011-02-15 12:13 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Bastien,

Bastien wrote:
> Sébastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> 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.

After verification, yes, it currently is done in my .emacs file -- I dunno
exactly why I did that, but...

> Please try to set it to "" and tell me if that cures your problem.

1. Setting it to "" solves the problem.
2. Setting it back to nil makes the problem reappear.
3. Setting it to "" solves it again.

So, yes, it is because of that. Thanks.

Maybe some kind of error catching should be added, still?

Best regards,
  Seb

-- 
Sébastien 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: [bug] Invalid format character in html-postamble-format
  2011-02-15 12:13   ` Sébastien Vauban
@ 2011-02-15 14:58     ` Bastien
  2011-02-15 15:08       ` Sébastien Vauban
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2011-02-15 14:58 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

Hi Sébastien,

Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:

>> Please try to set it to "" and tell me if that cures your problem.
>
> 1. Setting it to "" solves the problem.
> 2. Setting it back to nil makes the problem reappear.
> 3. Setting it to "" solves it again.

... and it go on and on ;)

> So, yes, it is because of that. Thanks.
>
> Maybe some kind of error catching should be added, still?

That's right, I've done that now.

Thanks for reporting this!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bug] Invalid format character in html-postamble-format
  2011-02-15 14:58     ` Bastien
@ 2011-02-15 15:08       ` Sébastien Vauban
  0 siblings, 0 replies; 5+ messages in thread
From: Sébastien Vauban @ 2011-02-15 15:08 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Bastien,

Bastien wrote:
>> Maybe some kind of error catching should be added, still?
>
> That's right, I've done that now.

Thanks!

Best regards,
  Seb

-- 
Sébastien 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-15 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-15  8:37 [bug] Invalid format character in html-postamble-format Sébastien Vauban
2011-02-15  9:54 ` Bastien
2011-02-15 12:13   ` Sébastien Vauban
2011-02-15 14:58     ` Bastien
2011-02-15 15:08       ` Sébastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).