From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Table Alignment in presence of \vert{} Date: Sun, 07 Apr 2013 23:33:46 +0200 Message-ID: <871uam2fgl.fsf@bzg.ath.cx> References: <874nfijy0p.wl%ded-law@ddoherty.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOxDn-0007VP-Fk for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 17:33:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOxDg-00068F-FX for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 17:33:55 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:53162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOxDg-000681-9T for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 17:33:48 -0400 Received: by mail-we0-f170.google.com with SMTP id z2so4016573wey.15 for ; Sun, 07 Apr 2013 14:33:47 -0700 (PDT) In-Reply-To: <874nfijy0p.wl%ded-law@ddoherty.net> (Daniel E. Doherty's message of "Sun, 07 Apr 2013 08:00:54 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Daniel E. Doherty" Cc: Org-mode List Hi Daniel, Daniel E. Doherty writes: > 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. This is correctly aligned for me. I guess you toggle pretty entities (M-x org-toggle-pretty-entities RET) but in that case, which results in the misalignment you report, but I'm afraid we cannot anything here. -- Bastien