From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Escaping to insert comments in exported text Date: Sun, 27 Mar 2011 03:48:19 -0700 Message-ID: <20110327034819.29b9ee51@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34604 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3nWE-0006Mk-Ga for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 06:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3nWD-0006lO-GX for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 06:48:26 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:64045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3nWD-0006lJ-BW for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 06:48:25 -0400 Received: by iwg8 with SMTP id 8so2649269iwg.0 for ; Sun, 27 Mar 2011 03:48:24 -0700 (PDT) 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: Org mode mailing list Hi Orgers, I wanted to insert comments in the exported tex file for latex export. Is there an standard way to do that? I found normal '%text' gets exported as '\%text'. However I can export comments by putting '%%text', it gets exported as '%\%text'. Is there any other solutions out there? -- Suvayu Open source is the future. It sets us free.