emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Arne Babenhauserheide <arne_bab@web.de>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: C-u M-x org-footnote-action sort deletes footnotes used in #+include:’d files [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.3/lisp/org/)]
Date: Wed, 02 Jan 2019 21:12:01 +0100	[thread overview]
Message-ID: <87ef9urf8u.fsf@web.de> (raw)
In-Reply-To: <875zvb1gfh.fsf@nicolasgoaziou.fr>

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


Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>> here’s a minimal release. Add it into an org-file, then create main.org
>> and sub.org with M-x org-babel-tangle. Finally run the code-block in
>> main.org.
>>
>> #+BEGIN_SRC org :tangle main.org
>>   ,#+include: sub.org
>>
>>   Here is a footnote[fn:1]
>>
>>   run the following code block with C-c C-c and answer with =s=
>>   ,#+BEGIN_SRC elisp
>>   (org-footnote-action t)
>>   ,#+END_SRC
>>
>>   ,* Footnotes
>>
>>   [fn:1] footnote referenced in main
>>
>>   [fn:2] footnote referenced in sub
>>
>> #+END_SRC
>>
>> #+BEGIN_SRC org :tangle sub.org
>>   This footnote will get lost[fn:2]
>> #+END_SRC
>
> `org-footnote-action' does nothing. 

In my setup, it deletes footnote [fn:2].

Damn, I missed one important part in the ECM: Set

      org-footnote-section

to nil. Does it still leave them untouched?

> However this will probably not export as you would expect. Indeed,
> footnotes in included file are independent, so you cannot reference
> footnotes between included files.

It does not reference between included files, but references from
included files to the main file actually work.

What I would expect is that the footnotes get moved to the end of the
section with the last #+include: which uses the footnote.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1076 bytes --]

  reply	other threads:[~2019-01-02 20:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-27 18:09 Bug: C-u M-x org-footnote-action sort deletes footnotes used in #+include:’d files [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.3/lisp/org/)] Arne Babenhauserheide
2018-12-28  9:10 ` Nicolas Goaziou
2018-12-28 10:58   ` Arne Babenhauserheide
2018-12-30 10:01     ` Nicolas Goaziou
2019-01-02 20:12       ` Arne Babenhauserheide [this message]
2019-01-03 13:50         ` Nicolas Goaziou
2019-01-03 18:49           ` Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ef9urf8u.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).