From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] org-fill-paragraph on #+TBLNAME Date: Fri, 26 Apr 2013 15:03:17 +0200 Message-ID: <87vc7978bu.fsf@gmail.com> References: <87zjwl79tg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UViJ8-0000QZ-Qw for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 09:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UViJ7-0004Z1-8M for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 09:03:22 -0400 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:36872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UViJ7-0004YJ-1P for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 09:03:21 -0400 Received: by mail-wg0-f54.google.com with SMTP id y10so2177559wgg.9 for ; Fri, 26 Apr 2013 06:03:20 -0700 (PDT) In-Reply-To: (Michael Brand's message of "Fri, 26 Apr 2013 14:58:28 +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: Michael Brand Cc: Org Mode Michael Brand writes: > The ERT you added for this makes me wonder again: What is the status > of #+NAME for tables? Initiated by a discussion on the list some time > ago I thought I could and would better migrate all my #+TBLNAME > to #+NAME but since it still does not work for remote references like > this > > #+TBLNAME: table > | 42 | > > | 42 | > #+TBLFM: $1 = remote(table, @1$1) > > I thought I did not understand the development of #+NAME. Are remote > references supposed to work also with #+NAME for tables? NAME should be a drop-in replacement for TBLNAME[fn:1]. If it doesn't work for remote references in tables, then "org-table.el" must be updated. I'll have a look at it later, unless Someone beats me to it. Regards, [fn:1] In fact, it should also be a replacement for DATA, LABEL, RESNAME, SOURCE, and SRCNAME. -- Nicolas Goaziou