emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* new HTML export backend: footnote format [%s]?
@ 2013-02-13  0:32 Stefan Vollmar
  2013-02-13  1:58 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Vollmar @ 2013-02-13  0:32 UTC (permalink / raw)
  To: Org Mode Mailing List

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

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

Many thanks in advance!

Warm regards,
 Stefan
-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar@nf.mpg.de   http://www.nf.mpg.de







[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4409 bytes --]

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

* Re: new HTML export backend: footnote format [%s]?
  2013-02-13  0:32 new HTML export backend: footnote format [%s]? Stefan Vollmar
@ 2013-02-13  1:58 ` Nick Dokos
  2013-02-13 20:02   ` Stefan Vollmar
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2013-02-13  1:58 UTC (permalink / raw)
  To: Stefan Vollmar; +Cc: Org Mode Mailing List

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

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

* Re: new HTML export backend: footnote format [%s]?
  2013-02-13  1:58 ` Nick Dokos
@ 2013-02-13 20:02   ` Stefan Vollmar
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Vollmar @ 2013-02-13 20:02 UTC (permalink / raw)
  To: Nick Dokos; +Cc: Org Mode Mailing List

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

Dear Nick,

On 13.02.2013, at 02:58, Nick Dokos wrote:

> Stefan Vollmar <vollmar@nf.mpg.de> wrote:
> 
>> I have just started using the new exporter in 7.9.3e (7.9.3e-999-ge5322) for HTML output.
>> 
>> [...] 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)

indeed:
(setq org-html-footnote-format " [%s]")
does the trick.

Thanks!
Warm regards,
 Stefan
-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar@nf.mpg.de   http://www.nf.mpg.de







[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4409 bytes --]

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

end of thread, other threads:[~2013-02-13 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-13  0:32 new HTML export backend: footnote format [%s]? Stefan Vollmar
2013-02-13  1:58 ` Nick Dokos
2013-02-13 20:02   ` Stefan Vollmar

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