all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ox-html: Bug or feature for export of title and meta information?
@ 2019-09-21 12:20 Jens Lechtenboerger
  2020-02-11  8:16 ` Bastien
  0 siblings, 1 reply; 13+ messages in thread
From: Jens Lechtenboerger @ 2019-09-21 12:20 UTC (permalink / raw)
  To: emacs-orgmode

Hi there,

I wonder about the treatment of different pieces of HTML header
information in org-html--build-meta-info: Contents for the title
element are computed by org-export-data.  This interprets Org markup
such as italics or hyperlinks although title elements are not
allowed to contain the resulting sub-elements.  Why is
org-export-data applied?  Why not produce plain text?

Contents for the description and keywords meta attributes are
computed with org-html-encode-plain-text and replacement of
quotation marks.  Seems fine to me.

Contents for the author meta attribute are computed with
org-element-interpret-data, before org-html-encode-plain-text and
quotation mark replacement are applied.  How would author
information look like that benefits from this more complex treatment
(compared to description and keywords)?

Thanks
Jens

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

end of thread, other threads:[~2020-02-17 18:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-21 12:20 ox-html: Bug or feature for export of title and meta information? Jens Lechtenboerger
2020-02-11  8:16 ` Bastien
2020-02-14 17:21   ` Jens Lechtenboerger
2020-02-14 19:31     ` Nicolas Goaziou
2020-02-14 19:38       ` Nicolas Goaziou
2020-02-14 20:47         ` Bastien
2020-02-15 14:35           ` Nicolas Goaziou
2020-02-16 10:44             ` Bastien
2020-02-15  7:45       ` Jens Lechtenboerger
2020-02-15 14:02         ` Nicolas Goaziou
2020-02-16 18:16           ` Jens Lechtenboerger
2020-02-17  9:47             ` Nicolas Goaziou
2020-02-17 18:32               ` Jens Lechtenboerger

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.