emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Markdown export fails linking footnotes correctly [8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)]
@ 2014-12-13 16:45 Vasilij Schneidermann
  0 siblings, 0 replies; 4+ messages in thread
From: Vasilij Schneidermann @ 2014-12-13 16:45 UTC (permalink / raw)
  To: emacs-orgmode


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

I'm using the footnote facility in an org document expecting an exported
Markdown document to provide hyperlinks between the reference and the
footnote.  Here's some sample Markdown text:

    Lots of text[fn:1]. Even more text

    [fn:1] Lies.

I expect it to be converted to the following:

    Lots of text<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>. Even more text

    <div id="footnotes">
    <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> Lies.</div>


    </div>
    </div>

Instead I get the following:

Lots of text. Even more text

    <div id="footnotes">
    <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> Lies.</div>


    </div>
    </div>

The difference should be clear, I expect to get a hyperlink with a
superscript reference number pointing to the relevant footnote, instead
I get neither a link nor a reference.  It's completely missing in the
actual output.

Emacs  : GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.3)
 of 2014-10-21 on bitzer.hoetzel.info
Package: Org-mode version 8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)

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

* Bug: Markdown export fails linking footnotes correctly [8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)]
@ 2014-12-13 19:51 webspider
  0 siblings, 0 replies; 4+ messages in thread
From: webspider @ 2014-12-13 19:51 UTC (permalink / raw)
  To: emacs-orgmode

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

I'm using the footnote facility in an org document expecting an exported
Markdown document to provide hyperlinks between the reference and the
footnote.  Here's some sample Markdown text:

    Lots of text[fn:1]. Even more text

    [fn:1] Lies.

I expect it to be converted to the following:

    Lots of text<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>. Even more text

    <div id="footnotes">
    <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> Lies.</div>


    </div>
    </div>

Instead I get the following:

Lots of text. Even more text

    <div id="footnotes">
    <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> Lies.</div>


    </div>
    </div>

The difference should be clear, I expect to get a hyperlink with a
superscript reference number pointing to the relevant footnote, instead
I get neither a link nor a reference.  It's completely missing in the
actual output.

Emacs  : GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.3)
 of 2014-10-21 on bitzer.hoetzel.info
Package: Org-mode version 8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)

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

* Bug: Markdown export fails linking footnotes correctly [8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)]
@ 2014-12-13 20:00 Vasilij Schneidermann
  2014-12-13 21:58 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Vasilij Schneidermann @ 2014-12-13 20:00 UTC (permalink / raw)
  To: emacs-orgmode

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

I'm using the footnote facility in an org document expecting an exported
Markdown document to provide hyperlinks between the reference and the
footnote.  Here's some sample Markdown text:

    Lots of text[fn:1]. Even more text

    [fn:1] Lies.

I expect it to be converted to the following:

    Lots of text<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>. Even more text

    <div id="footnotes">
    <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> Lies.</div>


    </div>
    </div>

Instead I get the following:

Lots of text. Even more text

    <div id="footnotes">
    <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> Lies.</div>


    </div>
    </div>

The difference should be clear, I expect to get a hyperlink with a
superscript reference number pointing to the relevant footnote, instead
I get neither a link nor a reference.  It's completely missing in the
actual output.

Emacs  : GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.3)
 of 2014-10-21 on bitzer.hoetzel.info
Package: Org-mode version 8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)

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

* Re: Bug: Markdown export fails linking footnotes correctly [8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)]
  2014-12-13 20:00 Vasilij Schneidermann
@ 2014-12-13 21:58 ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2014-12-13 21:58 UTC (permalink / raw)
  To: Vasilij Schneidermann; +Cc: emacs-orgmode

Hello,

Vasilij Schneidermann <v.schneidermann@gmail.com> writes:

> I'm using the footnote facility in an org document expecting an exported
> Markdown document to provide hyperlinks between the reference and the
> footnote.  Here's some sample Markdown text:
>
>     Lots of text[fn:1]. Even more text
>
>     [fn:1] Lies.
>
> I expect it to be converted to the following:
>
>     Lots of text<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>. Even more text
>
>     <div id="footnotes">
>     <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> Lies.</div>
>
>
>     </div>
>     </div>
>
> Instead I get the following:
>
> Lots of text. Even more text
>
>     <div id="footnotes">
>     <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> Lies.</div>
>
>
>     </div>
>     </div>
>
> The difference should be clear, I expect to get a hyperlink with a
> superscript reference number pointing to the relevant footnote, instead
> I get neither a link nor a reference.  It's completely missing in the
> actual output.

This should be fixed. Thank you for reporting it.


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2014-12-13 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-13 19:51 Bug: Markdown export fails linking footnotes correctly [8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)] webspider
  -- strict thread matches above, loose matches on Subject: below --
2014-12-13 20:00 Vasilij Schneidermann
2014-12-13 21:58 ` Nicolas Goaziou
2014-12-13 16:45 Vasilij Schneidermann

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