emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] No space after footnote with org-export-with-footnotes set to


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, 10 Mar 2023 21:03:17 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 10/03/2023 19:08, Ihor Radchenko wrote:
Do I understand correctly that you propose the following:

If we have

   [previous object <n1 spaces>][object to be removed <n2 spaces>]

change it to

   [previous object <max(n1,n2) spaces>]

Yes, you do.

I expected some complications due to newline characters (not line break markup objects), but they are not included in :post-blank and represented as "\n" string objects.

Actually there is an issue with newline characters and ox-latex. Stripping footnotes splits single paragraphs into 2 ones:

---- >8 ----
#+options: f:nil
First
[fn::foot]
Second
---- 8< ----

So newlines should be handled somehow. Earlier I faced a similar issue with
@@comment:export snippets@@
and ox-latex.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]