From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Add info when reference to remote table is not in the file Date: Mon, 23 Apr 2012 15:07:03 +0200 Message-ID: <87fwbu7g20.fsf@altern.org> References: <80398i5l2j.fsf@somewhere.org> <87sjghjof3.fsf@gnu.org> <80398h8df0.fsf@somewhere.org> <8762d8hp26.fsf@gnu.org> <80hawflsly.fsf@somewhere.org> <808vhrlruz.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMJPu-00029t-0r for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:35:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMJPj-0007mJ-Ob for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:34:57 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:9702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMJPj-0007kn-IJ for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:34:47 -0400 In-Reply-To: <808vhrlruz.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 19 Apr 2012 16:27:00 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org Hi Sébastien, "Sebastien Vauban" writes: > Hi Bastien, > > "Sebastien Vauban" wrote: >>> You can also go back to the *Messages* buffer and check from there. >>> >>> Maybe another option is to silent `org-id-update-id-locations' when called >>> from `org-id-find'? Does the attached patch against master improves the >>> situation for you? >> >> In all cases, this is already an improvement. So, I would definitely check >> this in. Thanks. > > That said, I still find we should be able to refer to tables names whose > TBLNAME keyword could be spelled both: > > - in downcase version (#+tblname: abc) and > - in uppercase version (#+TBLNAME: xyz). I've now pushed a patch for this -- please confirm it works as expected. Thanks, -- Bastien