脚注付きのorg-modeドキュメントがあります。
This some text[fn:1]. This is another text[fn:2].
* Footnotes
[fn:1] This is footnote's first line.
This is footnote's second line.
[fn:2] Another footnote
C-u C-c C-x f S次に、 -を押して脚注を再分類し、番号を付け直します。これにより、org-footnote-action
とが実行さ(org-footnote-renumber-fn:N)
れ(org-footnote-normalize 'sort)
ます。結果は次のとおりです。
This some text[fn:1]. This is another text[fn:2].
* Footnotes
[fn:1] This is footnote's first line.
[fn:2] Another footnote
脚注の2番目の段落は失われます。これにより、org-modeでは複数段落の脚注が不可能になります。半解決策の1つは、段落ごとに個別の脚注を作成することですが、私はそれを望んでいません。
脚注の構造を維持する可能性はありますか?脚注のテキストをorg-modeで削除しないようにするにはどうすればよいですか?