emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem with footnote in html export
@ 2014-11-14 17:44 Thomas S. Dye
  2014-11-15 23:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas S. Dye @ 2014-11-14 17:44 UTC (permalink / raw)
  To: Org-mode

Aloha all,

With the following org file, exporting the subtree to html gives this:

,--------------------------------------------------------------------------
| org-html-footnote-reference: Format specifier doesn't match argument type
`--------------------------------------------------------------------------

Here is the org file.  To reproduce, move to `* Export subtree to html'
then C-c C-e C-s h H:

-----------

#+OPTIONS: html-link-use-abs-url:nil html-postamble:auto
#+OPTIONS: html-preamble:t html-scripts:t html-style:t
#+OPTIONS: html5-fancy:nil tex:t
#+HTML_DOCTYPE: xhtml-strict
#+HTML_CONTAINER: div
#+HTML_LINK_HOME:
#+HTML_LINK_UP:
#+HTML_HEAD:
#+HTML_HEAD_EXTRA:
#+HTML_MATHJAX:
#+INFOJS_OPT:
#+CREATOR: <a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)
#+LATEX_HEADER:
#+AUTHOR: Tom Dye[fn:1]

* Export subtree to html
Foo bar.

* Footnotes

[fn:1] The author.

-----------

GNU Emacs 24.4.1 (x86_64-apple-darwin13.2.0, NS apple-appkit-1265.20) of 2014-10-22 on tennine-slave.macports.org

Org-mode version 8.3beta (release_8.3beta-561-ge4195f @ /Users/dk/.emacs.d/src/org-mode/lisp/)

All the best,
Tom

-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com

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

* Re: Problem with footnote in html export
  2014-11-14 17:44 Problem with footnote in html export Thomas S. Dye
@ 2014-11-15 23:06 ` Nicolas Goaziou
  2014-11-16  2:11   ` Thomas S. Dye
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2014-11-15 23:06 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: Org-mode

Hello,

tsd@tsdye.com (Thomas S. Dye) writes:

> With the following org file, exporting the subtree to html gives this:
>
> ,--------------------------------------------------------------------------
> | org-html-footnote-reference: Format specifier doesn't match argument type
> `--------------------------------------------------------------------------

This is not related to ox-html, but

[...]

> #+AUTHOR: Tom Dye[fn:1]

You are using a footnote in a keyword, which is not supported by ox.el.
I don't think it should be either, because this data is too "volatile"
(it may or may not be present in the output, possibly messing with
footnote order, etc.).


Regards,

-- 
Nicolas Goaziou

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

* Re: Problem with footnote in html export
  2014-11-15 23:06 ` Nicolas Goaziou
@ 2014-11-16  2:11   ` Thomas S. Dye
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas S. Dye @ 2014-11-16  2:11 UTC (permalink / raw)
  To: Org-mode

Aloha Nicolas,

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> tsd@tsdye.com (Thomas S. Dye) writes:
>
>> With the following org file, exporting the subtree to html gives this:
>>
>> ,--------------------------------------------------------------------------
>> | org-html-footnote-reference: Format specifier doesn't match argument type
>> `--------------------------------------------------------------------------
>
> This is not related to ox-html, but
>
> [...]
>
>> #+AUTHOR: Tom Dye[fn:1]
>
> You are using a footnote in a keyword, which is not supported by ox.el.
> I don't think it should be either, because this data is too "volatile"
> (it may or may not be present in the output, possibly messing with
> footnote order, etc.).

OK.  Thanks.

Tom

-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com

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

end of thread, other threads:[~2014-11-16  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-14 17:44 Problem with footnote in html export Thomas S. Dye
2014-11-15 23:06 ` Nicolas Goaziou
2014-11-16  2:11   ` Thomas S. Dye

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