From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Possible Bug with Footnotes Date: Mon, 19 Jan 2009 10:21:54 +0000 Message-ID: <49745442.1060702@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOrGo-0002ZG-5S for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:22:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOrGm-0002YI-86 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:22:13 -0500 Received: from [199.232.76.173] (port=33785 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOrGl-0002YC-V5 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:22:12 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:40703) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOrGl-0003iS-GX for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:22:11 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1LOrGk-0002zu-Be for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 05:22:10 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 71178CFA7 for ; Mon, 19 Jan 2009 10:22:07 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qp0kRlz6zsMJ for ; Mon, 19 Jan 2009 10:21:54 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id 99C71C5ED for ; Mon, 19 Jan 2009 10:21:54 +0000 (GMT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org If I have a file like this: #+SETUPFILE: ~/.emacs-lisp/org-templates/level-1.org #+TITLE: Journal Pages Indexed by Year. #+STARTUP: overview #+STARTUP: hidestars #+AUTHOR: Ian Barton. #+INFOJS_OPT: view:info toc:f #+OPTIONS: num:nil * [[file:journal_2009.org][2009]] * [[file:journal_2008.org][2008]] * [[file:journal_2007.org][2007]] * [[file:journal_2006.org][2009]] With org 6.05 the various headlines are treated as links, which is what I expect. However in 6.17trans they are treated as footnote references. Is this intended behaviour? I don't use footnotes myself, so haven't intentionally set any options relating to footnotes. I am using emacs GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-09-05 on vernadsky, modified by Ubuntu Copyright (C) 2008 Free Software Foundation, Inc. Ian.