emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: named columns in tables not working if name contains "_"


From: Bastien
Subject: Re: [O] Bug: named columns in tables not working if name contains "_"
Date: Tue, 23 Aug 2011 16:35:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Nick,

Nick Dokos <address@hidden> writes:

> Try adding an underscore to the regexp on line 2179 of org-table.el -
> something like this (untested):
>
>           ...
>         (if (string-match "^[a-zA-Z][a-zA-Z0-9_]*$" name)
>             (push (cons name (int-to-string cnt)) org-table-column-names))))
>
> The only characters permitted are alphanumerics. That can probably be
> easily relaxed.

Thanks for the suggested fix.

I've pushed a change to allow the underscore char in both field and
column names.

Best,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]