emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Enhancement for Org-mode tables


From: Eddward DeVilla
Subject: [Orgmode] Enhancement for Org-mode tables
Date: Wed, 27 Sep 2006 11:51:08 -0500

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




reply via email to

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