From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Wildgruber Subject: how to convert/normalize plain footnotes into [fn:] ones Date: Wed, 21 Dec 2016 15:46:11 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJi9u-0006e7-20 for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 09:46:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJi9r-0003FG-0e for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 09:46:22 -0500 Received: from mx2-priv.urz.unibas.ch ([131.152.226.165]:48922) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJi9q-0003E4-Pz for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 09:46:18 -0500 Received: from localhost (localhost [127.0.0.1]) by mx2-priv.urz.unibas.ch (Postfix) with ESMTP id 9D52422018C for ; Wed, 21 Dec 2016 15:46:15 +0100 (CET) Received: from smtp-ext.unibas.ch ([131.152.226.167]) by localhost (mx2-mgnt.urz.unibas.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id duHScwpQ4NuT for ; Wed, 21 Dec 2016 15:46:15 +0100 (CET) Received: from Sxedia.local (39.112.104.92.dynamic.wline.res.cust.swisscom.ch [92.104.112.39]) by smtp-ext.unibas.ch (Postfix) with ESMTPSA id 81FAE220177 for ; Wed, 21 Dec 2016 15:46:15 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: org mode mailing list Hi, I'm trying to convert older orgmode documents which have plain, "[1]"-like footnotes into the newer "[fn:]" format. Can this be done automatically? In https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00435.html Nicolas mentions "org-footnote-normalize" which would turn old footnotes in new ones, but it does nothing in my case except adding a "* Footnotes" entry. Thanks Gerald.