From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Rossetti Subject: Re: putting a element +UWa in table Date: Wed, 23 Apr 2014 01:09:58 +0200 Message-ID: <84a9bdarll.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcjpM-0007cl-Je for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 19:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcjpD-0002yy-Df for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 19:10:12 -0400 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:35021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcjpD-0002wh-64 for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 19:10:03 -0400 Received: by mail-ee0-f42.google.com with SMTP id d17so177886eek.15 for ; Tue, 22 Apr 2014 16:10:01 -0700 (PDT) In-Reply-To: (Neal Becker's message of "Tue, 22 Apr 2014 08:41:12 -0400") 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: Neal Becker Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Neal Becker writes: > The first item in my table should say '+UWa'. This seems to upset the > org table gods, who draw a line through my entry. > > How do I put such an item in a table without org table misinterpreting it? For curiosity I played a bit on this problem. I got no exact solution, but here's what I found. I guess they aren't exactly *cough* the most didactic Org tricks ever... Cheers, Andrea --=-=-= Content-Type: multipart/text/x-org; boundary="==-=-=" --==-=-= Content-Type: text/plain - Test1: shows overstrike on text (as per Org syntax) | +UWa UWb+ | - Test 2: shows "+" in buffer if org-toggle-pretty-entities is enabled, but produces bad HTML export (a subscript "nil" appears) | \plus_{}UWa UWb\plus_{} | - Test 3: looks OK for HTML, Latex, ASCII export #+MACRO: myplus @@html:+@@@@latex:+@@@@ascii:+@@ | {{{myplus}}}UWa UWb{{{myplus}}} | --==-=-=-- --=-=-=--