emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Arne Babenhauserheide <arne_bab@web.de>
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: Sun, 30 Dec 2018 11:01:54 +0100	[thread overview]
Message-ID: <875zvb1gfh.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <877eftex4w.fsf@web.de> (Arne Babenhauserheide's message of "Fri, 28 Dec 2018 11:58:07 +0100")

Hello,

Arne Babenhauserheide <arne_bab@web.de> 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. 

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.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2018-12-30 10:02 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 [this message]
2019-01-02 20:12       ` Arne Babenhauserheide
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=875zvb1gfh.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=arne_bab@web.de \
    --cc=emacs-orgmode@gnu.org \
    /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).