emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Table Alignment in presence of \vert{}


From: Daniel E . Doherty
Subject: [O] Table Alignment in presence of \vert{}
Date: Sun, 07 Apr 2013 08:00:54 -0500
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

All,

I am writing an app for bookkeeping that uses regexp's in org tables.
They are working great except that they always come up misaligned when
the regexp has a \vert{} in it for alternation.

Also when tabbing through the file the alignment gets confused as well
and appears to miscalculate the length of the entry, taking display of
\vert into account.

Try tabbing through the following:

#+TBLNAME: modes
|----------------+-------------------------------------------------|
| Name           | Matcher                                         |
|----------------+-------------------------------------------------|
| ATM Withdrawal | /atm withdrawal/                                |
| Auto Debit     | /(ach\s+(debit\vert{}item))\vert{}transfer fee/ |
| Bank Item      | /interest payment\vert{}atm\s+.*fee/            |
| Check          | /check image\vert{}^check/                      |
| Debit Card     | /visa check card\vert{}point of sale/           |
| Transfer       | /(online bnkg\vert{}od coverage) trans(fer)?/   |
|----------------+-------------------------------------------------|


Maybe this is a known problem, but I thought I would report it since
it comes up alot for me.

My org-version is 7.8.11 and Emacs 24.2.1

Thanks



reply via email to

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