From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nigel Beck Subject: Backslash in a table breaks export to Docbook Date: Thu, 18 Nov 2010 19:54:34 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJFGK-0001Zl-GK for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 19:55:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJFGJ-0001L9-6t for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 19:55:36 -0500 Received: from lo.gmane.org ([80.91.229.12]:48604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJFGJ-0001Ku-1E for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 19:55:35 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PJFGG-0006of-GM for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 01:55:32 +0100 Received: from 199.sub-75-213-248.myvzw.com ([75.213.248.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Nov 2010 01:55:32 +0100 Received: from me by 199.sub-75-213-248.myvzw.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Nov 2010 01:55:32 +0100 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@gnu.org I have a variety of org docs that tend to get infected with latex over time. Occasionally I'll export them to other formats, with different kinds of cleanup. Along the way I noticed this... Create the following doc: * Change History | \rowcolor[gray]{.8}Updated By | Date | Changes Made | |-------------------------------+--------------+--------------| | / | <> | <> | | Check | Nov 18, 2010 | Test | Export to docbook via C-c C-e D Get "Invalid use of '\' in replacement text" The above is the minimum set to reproduce it - obviously the first doc had all the relevant latex includes to make rowcolor[gray] actually work