emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: footnot not recognized during export [8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)]
@ 2013-11-25  8:23 Kai Tetzlaff
  2013-11-25 16:38 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Tetzlaff @ 2013-11-25  8:23 UTC (permalink / raw)
  To: emacs-orgmode

--text follows this line--

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

The first footnote in this simple org file:

#+BEGIN_EXAMPLE
* Footnote Test

First FOOT_NOTE[fn:1]. And a SECOND[fn:2].

* Footnotes
[fn:1] Footnote 1.
[fn:2] Footnote 2.
#+END_EXAMPLE

is not recognized during export. E.g. ASCII export (C-c C-e t A) in
emacs -Q:

#+BEGIN_EXAMPLE
1 Footnote Test
===============

First FOOT_NOTE[fn:1]. And a SECOND[1].

Footnotes
_________

[1] Footnote 2.
#+END_EXAMPLE


Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin12.3.0, Carbon Version 1.6.0 AppKit 1187.37)
of 2013-05-19 on chogori.tetzco.de
Package: Org-mode version 8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)

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

* Re: Bug: footnot not recognized during export [8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)]
  2013-11-25  8:23 Bug: footnot not recognized during export [8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)] Kai Tetzlaff
@ 2013-11-25 16:38 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-11-25 16:38 UTC (permalink / raw)
  To: Kai Tetzlaff; +Cc: emacs-orgmode

Hello,

Kai Tetzlaff <kai.tetzlaff@gmail.com> writes:

> The first footnote in this simple org file:
>
> #+BEGIN_EXAMPLE
> * Footnote Test
>
> First FOOT_NOTE[fn:1].

This syntax is ambiguous. If you want a subscript, you should use curly
braces in this case. e.g.:

  FOOT_{NOTE}[fn:1].


If you want an underscore, use \under{} e.g.,

  FOOT\under{}NOTE[fn:1]


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2013-11-25 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-25  8:23 Bug: footnot not recognized during export [8.2.3c (release_8.2.3c-288-g8c9887 @ /Users/kai/.emacs.d/lisp/org-mode/)] Kai Tetzlaff
2013-11-25 16: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).