From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: escaping org commands Date: Fri, 20 Dec 2013 17:07:33 +0100 Message-ID: <87mwjvy08q.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2c6-0003Hh-DE for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 11:07:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu2by-0008Bp-1G for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 11:07:46 -0500 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:38348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2bx-0008Bk-RF for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 11:07:37 -0500 Received: by mail-we0-f182.google.com with SMTP id q59so2703875wes.27 for ; Fri, 20 Dec 2013 08:07:36 -0800 (PST) In-Reply-To: (Rustom Mody's message of "Fri, 20 Dec 2013 19:49:35 +0530") 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: Rustom Mody Cc: emacs-orgmode Hello, Rustom Mody writes: > How does one escape something in a text that is an org-command > eg > I wanted to write > <> > > It vanished from the export because its a link-target! You can customize `org-activate-links' so that radio links are not activated -- not tested, but my assumption is that the exporter should handle this fine. There is also `org-export-filter-radio-target-functions'. HTH, -- Bastien