all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New exporter problem with #+AUTHOR
@ 2013-04-07 19:40 Bernt Hansen
  2013-04-08  7:01 ` Nicolas Goaziou
  2013-04-08 20:33 ` Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Bernt Hansen @ 2013-04-07 19:40 UTC (permalink / raw
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Hi Nicolas,

I have the following line in my org-mode document

#+AUTHOR: Bernt Hansen (IRC:BerntH on freenode)

On the old exporter this became

<meta name="author" content="Bernt Hansen (IRC:BerntH on freenode)"/>

I just tried exporting this with the new exporter and I get this

<meta name="author" content="Bernt Hansen (<a href="BerntH">BerntH</a>
on freenode)"/>

which isn't legal HTML.  The quotes on the href="BerntH" close the
previous context= quote.

Adding a space after IRC: seems to work

<meta name="author" content="Bernt Hansen (IRC: BerntH on freenode)"/>

Regards,
Bernt

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

end of thread, other threads:[~2013-04-08 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-07 19:40 New exporter problem with #+AUTHOR Bernt Hansen
2013-04-08  7:01 ` Nicolas Goaziou
2013-04-08 19:27   ` Bastien
2013-04-08 20:33 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.