emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Stefan Vollmar <vollmar@nf.mpg.de>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: new HTML export backend: footnote format [%s]?
Date: Tue, 12 Feb 2013 20:58:19 -0500	[thread overview]
Message-ID: <4145.1360720699@alphaville> (raw)
In-Reply-To: Message from Stefan Vollmar <vollmar@nf.mpg.de> of "Wed, 13 Feb 2013 01:32:34 +0100." <EB9CE8AA-1446-409F-8ED9-ABFD83978D39@nf.mpg.de>

Stefan Vollmar <vollmar@nf.mpg.de> wrote:

> Hello,
> 
> I have just started using the new exporter in 7.9.3e (7.9.3e-999-ge5322) for HTML output.
> 
> After applying these changes to our org files:
> 
> #+style -> #+html_style
> #+setupfile -> #+include   and path in ""
> 
> our HTML output is almost back to normal. Nice work!
> So it seems we are already down to the more "cosmetic" stuff. 
> 
> This apparently does not have an effect any more:
> (setq org-export-html-footnote-format " [%s]")
> - is there a new way to configure this format for the new export backends (we prefer "[123]" references to superscripted footnotes)?
> 

Probably (i.e. I did not test),  customizing these two:

,----
| (defcustom org-html-footnote-format "<sup>%s</sup>"
|   "The format for the footnote reference.
| %s will be replaced by the footnote reference itself."
|   :group 'org-export-html
|   :type 'string)
| 
| (defcustom org-html-footnote-separator "<sup>, </sup>"
|   "Text used to separate footnotes."
|   :group 'org-export-html
|   :type 'string)
`----

would do the job.

Nick

  reply	other threads:[~2013-02-13  1:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13  0:32 new HTML export backend: footnote format [%s]? Stefan Vollmar
2013-02-13  1:58 ` Nick Dokos [this message]
2013-02-13 20:02   ` Stefan Vollmar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4145.1360720699@alphaville \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=vollmar@nf.mpg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).