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