From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Enhancement for Org-mode tables Date: Wed, 27 Sep 2006 11:51:08 -0500 Message-ID: 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 1GSccr-0005hs-Ii for emacs-orgmode@gnu.org; Wed, 27 Sep 2006 12:51:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSccp-0005g0-7e for emacs-orgmode@gnu.org; Wed, 27 Sep 2006 12:51:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSccp-0005fv-2E for emacs-orgmode@gnu.org; Wed, 27 Sep 2006 12:51:11 -0400 Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSchi-0002jW-Ji for emacs-orgmode@gnu.org; Wed, 27 Sep 2006 12:56:14 -0400 Received: by ug-out-1314.google.com with SMTP id 36so74273uga for ; Wed, 27 Sep 2006 09:51:09 -0700 (PDT) Content-Disposition: inline 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 Hello, Currently org-mode will adjust the justification in a column if it thinks it is a numeric field. I use hexidecimal a lot and got some wierd results. Eventually I found the option to adjust it and have set my own RE of (org-table-number-regexp "^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%]*\\|\\(0[xX]\\)?[0-9a-fA-F][0-9a-fA-F]*\\)$"). I made it based on the general number RE in the code. Right now, I'm just worried that some day the general number RE might become better/more general and I might miss out. Would it possible to add hex to the general number option, or to make a general+hex option? If not, would there be a way I could do something to say 'match general-numbers or my RE"? This isn't a big deal. Just though I'd ask. Thanks, Edd