From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A Mark-up rule question Date: Thu, 23 Apr 2009 09:19:48 +0200 Message-ID: References: <878wlu4504.fsf@kassiopeya.MSHEIMNETZ> <1C0AD4AD-93F3-4E5E-B8CB-FA977F0523C9@gmail.com> <49EE5F3F.5040506@gmail.com> <928BC01C-35EA-48E0-9ACD-6C0A537B21F2@gmail.com> <49EF27EA.8030607@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwu7P-0006j3-K6 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 04:17:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwu7L-0006ip-1s for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 04:17:15 -0400 Received: from [199.232.76.173] (port=48920 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwu7K-0006im-U6 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 04:17:10 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:40252) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lwu7K-0001Bh-9Z for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 04:17:10 -0400 Received: by ewy6 with SMTP id 6so378632ewy.42 for ; Thu, 23 Apr 2009 01:17:09 -0700 (PDT) In-Reply-To: <49EF27EA.8030607@gmail.com> 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: Xin Shi Cc: emacs-orgmode@gnu.org On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: > Hi Carsten, > > That's great! It would be nice that we document all of this symbols > in the manual. > > Another question related to the Mark-up: > > Is there any way to by pass the "+" mark-up except using space? The > reason is that I have a table like this: > > | D^{+}\to K^{-}\pi^{+}\pi^{+} | 44120 \plusmn 211 | 43800 > \plusmn 210 | +0.7% (+1.5\sigma)| > > The above will have several "punch through line". If I use space > surround the "+", the output looks not as tight as as one symbol ... > > Any suggestions? You could customize `org-emphasis-regexp-components' and remove the curly braces from the pre- and post-match sets. - Carsten