emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HTML Export - Footnotes inconcistency
@ 2018-09-28 12:39 Matthias Paulmier
  2018-10-01 17:39 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Paulmier @ 2018-09-28 12:39 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I came across this problem today (or maybe it is intended but I couldn't
find any explanation in the docs). There is an inconsistency on how
inline/anonymous and named footnotes are exported in HTML. For example,
with the following source:

--8<---------------cut here---------------start------------->8---
#+TITLE: Testing footnotes
#+LANGUAGE: en

Testing[fn::test1] footnotes[fn:2]

[fn:2] test2
--8<---------------cut here---------------end--------------->8---

Exports to this :

--8<---------------cut here---------------start------------->8---
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">

<div class="footdef"><sup><a id="fn.1" class="footnum"
href="#fnr.1">1</a></sup> <div class="footpara">test1</div></div>

<div class="footdef"><sup><a id="fn.2" class="footnum"
href="#fnr.2">2</a></sup> <div class="footpara"><p class="footpara">
test2 </p></div></div>
--8<---------------cut here---------------end--------------->8---

We can see here that the named footnote creates a paragraph of the same
class as the parent container "footpara" whereas the inlined one doesn't
create this.  If this is intended, why?  If not, which is the intended
one?

Reagards.
-- 
Matthias Paulmier

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

end of thread, other threads:[~2018-10-03 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-28 12:39 HTML Export - Footnotes inconcistency Matthias Paulmier
2018-10-01 17:39 ` Nicolas Goaziou
2018-10-01 19:06   ` Matthias Paulmier
2018-10-03 13:38     ` Nicolas Goaziou

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).