From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: is there a way to have =var_name= in table Date: Wed, 23 May 2012 01:13:20 +0200 Message-ID: <87txz7zu5r.fsf@gnu.org> References: <8DDF0DF6-373F-4F5D-800A-0D3671C1EA33@gmail.com> <86txz9r7j5.fsf@mercure.progiciels-bpi.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWyFj-0004yS-Ss for emacs-orgmode@gnu.org; Tue, 22 May 2012 19:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWyFi-0000XC-3k for emacs-orgmode@gnu.org; Tue, 22 May 2012 19:12:31 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:64737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWyFh-0000Wy-QX for emacs-orgmode@gnu.org; Tue, 22 May 2012 19:12:30 -0400 Received: by wibhm14 with SMTP id hm14so3101289wib.12 for ; Tue, 22 May 2012 16:12:27 -0700 (PDT) In-Reply-To: <86txz9r7j5.fsf@mercure.progiciels-bpi.ca> (=?iso-8859-1?Q?=22Fran=E7ois?= Pinard"'s message of "Mon, 21 May 2012 09:24:46 -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: =?iso-8859-1?Q?Fran=E7ois?= Pinard Cc: emacs-orgmode@gnu.org François Pinard writes: > Emphasis and monospace > ---------------------- > > You can make words *bold*, /italic/, _underlined_, `=code=' and > `~verbatim~', and, if you must, `+strike-through+'. Text in the code > and verbatim string is not processed for Org mode specific syntax; it > is exported verbatim. > > Is there any functional (or semantic?) difference between =code= and > ~verbatim~? For the current LaTeX exporter, Yes. > Could I use any to avoid escaping problems of the other? > (A bit like ' versus " in some languages?) This is =co%de=. This is ~verb%atim~. gets exported as This is \texttt{co\%de}. This is \verb~verb%atim~. HTH, -- Bastien