|
From: | Max Nikulin |
Subject: | Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)] |
Date: | Fri, 3 Mar 2023 21:44:10 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 |
On 03/03/2023 17:07, Andrea Lazzarini wrote:
After setting 'org-export-with-footnotes' to 'nil', the space following the footnote is removed when exporting (I’ve tested this with pandoc [docx and html]).
I am unsure if pandoc is relevant. However the issue exists for ox, e.g. ox-latex and ox-html.
«Pellentesque dapibus suscipit ligula.[fn:1] Donec posuere augue in quam.»
Self-containing example: ---- 8< ---- #+options: f:nilPellentesque dapibus suscipit ligula.[fn::1 ftnt] Donec posuere augue in quam.
---- >8 ---- Confirmed.A workaround is to either add a zero-width space or use non-breakable space (as literal character or as \nbsp{} entity) immediately after footnotes.
[Prev in Thread] | Current Thread | [Next in Thread] |