From mboxrd@z Thu Jan  1 00:00:00 1970
From: "Arne Babenhauserheide" <Arne_Bab@web.de>
Subject: =?UTF-8?B?UmU6IEJ1ZzogQy11IE0teCBvcmctZm9vdG5vdGUtYWN0aW9uIHNv?=
 =?UTF-8?B?cnQgZGVsZXRlcyBmb290bm90ZXMgdXNlZCBpbiAjK2luY2x1ZGU64oCZZCBm?=
 =?UTF-8?B?aWxlcyBbOC4yLjEwIChyZWxlYXNlXzguMi4xMCBAIC91c3Ivc2hhcmUvZW1h?=
 =?UTF-8?B?Y3MvMjUuMy9saXNwL29yZy8pXQ==?=
Date: Thu, 3 Jan 2019 19:49:58 +0100
Message-ID: <trinity-f05170e5-1477-4fc7-bfb3-3e1656c9c4c9-1546541398383@3c-app-webde-bap07>
References: <87bm56et9d.fsf@web.de> <87ftui2f0l.fsf@nicolasgoaziou.fr>
	<877eftex4w.fsf@web.de> <875zvb1gfh.fsf@nicolasgoaziou.fr>
	<87ef9urf8u.fsf@web.de> <87k1jlvoii.fsf@nicolasgoaziou.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([208.118.235.92]:41040)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Arne_Bab@web.de>) id 1gf84D-0007bl-Pw
	for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 13:50:09 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <Arne_Bab@web.de>) id 1gf84A-0007Qv-Ka
	for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 13:50:05 -0500
Received: from mout.web.de ([212.227.17.11]:32917)
	by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)
	(Exim 4.71) (envelope-from <Arne_Bab@web.de>) id 1gf84A-0007P8-BD
	for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 13:50:02 -0500
In-Reply-To: <87k1jlvoii.fsf@nicolasgoaziou.fr>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode/>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: "Emacs-orgmode"
	<emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org


> Arne Babenhauserheide <arne_bab@web=2Ede> writes:
>=20
> > In my setup, it deletes footnote [fn:2]=2E
> >
> > Damn, I missed one important part in the ECM: Set
> >
> >       org-footnote-section
> >
> > to nil=2E Does it still leave them untouched?
>=20
> I still cannot reproduce it=2E

Then I=E2=80=99ll need to test this in org 9=2E

Does it at least move footnote [fn:1] out from the Footnotes section?
If not, then the call org-footnote-action does not actually work=2E

> > It does not reference between included files, but references from
> > included files to the main file actually work=2E
>=20
> I'm positively sure this cannot be=2E Indeed "ox=2Eel" has a comment abo=
ut
> it:
>=20
>     ;; Append ID to all footnote references and definitions, so they
>     ;; become file specific and cannot collide with footnotes in other
>     ;; included files=2E

I=E2=80=99m sure that this works, because I=E2=80=99m creating a PDF via o=
x-latex using those footnotes=2E

Here=E2=80=99s the source with a full autotools setup: https://bitbucket=
=2Eorg/ArneBab/1w6/src/default/Hauptdokument/ews30/

Main file: https://bitbucket=2Eorg/ArneBab/1w6/src/cd0a985945e46389d2690b7=
59869706df572e65f/Hauptdokument/ews30/ews=2Eorg

You can test this with the latest release: https://www=2E1w6=2Eorg/release=
s/ews30eb1=2Etar=2Egz

Build it with


    =2E/configure; make distcheck


I hope that org 9 does not break this=2E

Best wishes,
Arne