From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: XHTML export -   etc. Date: Thu, 08 Nov 2007 00:48:42 +0000 Message-ID: <874pfxv9xx.fsf@bzg.ath.cx> References: <20071102121343.GD31416@atlantic.linksys.moosehall> <871wb85u8j.fsf@bzg.ath.cx> <41c818190711021150w49e8fbbdu5258300bae65f736@mail.gmail.com> <87sl3oxkep.fsf@bzg.ath.cx> <87y7de9o23.fsf@bzg.ath.cx> <87mytqkl9q.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ipue4-0002NQ-JG for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 18:49:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ipue1-0002LR-JS for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 18:49:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipue1-0002LI-FP for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 18:49:13 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ipue0-0006Na-CM for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 18:49:13 -0500 Received: by ug-out-1314.google.com with SMTP id a2so253369ugf for ; Wed, 07 Nov 2007 15:48:46 -0800 (PST) In-Reply-To: (Daniel Clemente's message of "Wed, 7 Nov 2007 19:04:07 +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 "Daniel Clemente" writes: > - you write C-x 8 SPC in your org files > - C-x 8 SPC is exported to   on HTML > - C-x 8 SPC is exported to ~ on HTML > - ~ continues working normally: produces ~ on HTML and \~{} on LaTeX 100% okay. And you can add: - \~ will insert ~ in the LaTeX source > Sometimes the \ means „don't escape", sometimes not. Are you okay with this: Org => LaTeX ---------------- \~ => ~ \% => % \# => # \{ => { \} => } \& => & \_ => _ \^ => ^ (i.e. preventing special characters from being converted.) -- Bastien