From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andr=E1s_Major?= Subject: Bug: named columns in tables not working if name contains "_" Date: Tue, 23 Aug 2011 15:20:27 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvqu5-0007Ei-0q for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 09:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qvqu4-0006hM-2l for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 09:20:28 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:45689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvqu3-0006hI-Ts for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 09:20:28 -0400 Received: by qwd6 with SMTP id 6so71178qwd.0 for ; Tue, 23 Aug 2011 06:20:27 -0700 (PDT) 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: emacs-orgmode Hi, Yet another one I just stumbled across: if I create a table and use "!" in the first column to assign names to the columns, I can only reference those columns by name in #+TBLFM: if the names don't contain a "_" character. This isn't mentioned in the docs and shouldn't be so, IMHO. I haven't checked for other common characters that are prohibited, but the "_" bites me quite a bit. Andr=E1s