all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Suggestion with footnotes when toggling headlines into plain lists
@ 2022-08-06  8:26 Ypo
  2022-08-07 11:29 ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Ypo @ 2022-08-06  8:26 UTC (permalink / raw)
  To: Org-mode

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

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


The desired outcome, could be something like this:

* Main headline
- Headline 1
   bbbbbbbb [fn:1]
- Headline 2
[fn:1] cccccccccccccccc



[-- Attachment #2: Type: text/html, Size: 1575 bytes --]

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

end of thread, other threads:[~2022-11-12 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06  8:26 Suggestion with footnotes when toggling headlines into plain lists Ypo
2022-08-07 11:29 ` Ihor Radchenko
2022-11-11  5:22   ` Ihor Radchenko
2022-11-11 12:49     ` Ypo
2022-11-11 13:50       ` Alain.Cochard
2022-11-12 12:46       ` Ihor Radchenko
2022-11-12 14:24         ` Ypo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.