emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Suggestion with footnotes when toggling headlines into plain lists


From: Ihor Radchenko
Subject: Re: Suggestion with footnotes when toggling headlines into plain lists
Date: Sun, 07 Aug 2022 19:29:49 +0800

Ypo <ypuntot@gmail.com> writes:

> When turning headlines into plain lists ~(org-ctrl-c-minus)~, I think 
> footnotes should be moved to the bottom of the main headline.
>
> Example; Original headlines:
>
> * Main headline
> ** Headline 1
> bbbbbbbb [fn:1]
>
> [fn:1] cccccccccccccccc
> * Headline 2
>
>
> ~C-c -~ turns that into a list where footnotes definitions can't be 
> found. It gives, for example, problems when exporting or when more 
> footnotes are added:
>
> * Main headline
> - Headline 1
>    bbbbbbbb [fn:1]
>
>    [fn:1] cccccccccccccccc
> - Headline 2

Confirmed.

Transforming footnote-definition into footnote-reference is not intended
and should be considered a bug.

> The desired outcome, could be something like this:
>
> * Main headline
> - Headline 1
>    bbbbbbbb [fn:1]
> - Headline 2
> [fn:1] cccccccccccccccc

This will make sense.

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92



reply via email to

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