From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Writing raw [1], *aa*, without being interpreted Date: Tue, 13 Nov 2007 12:12:21 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Irtgx-0000j9-1u for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 06:12:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Irtgv-0000hQ-NW for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 06:12:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Irtgv-0000hE-EA for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 06:12:25 -0500 Received: from smtp.science.uva.nl ([146.50.4.84]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Irtgu-0002Iq-V1 for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 06:12:25 -0500 In-Reply-To: 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: Daniel Clemente Cc: emacs-orgmode@gnu.org There will be a solution for this in 5.14. - Carsten On 18Aug2007, at 12:19 PM, Daniel Clemente wrote: > Hi, > in a file I would like to write following line: > ---- > =84Writing [1] you can create a footnote." > ---- > > But then [1] is interpreted as a footnote. I have tried escaping it: > \[1\] =3D[1]=3D \\[1\\] @[1]@ etc. but it doesn't work; = it's > always interpreted as a footnote. > How can these 3 characters [1] be written on a file? > > Of course, disabling footnotes (#+OPTION f:nil) is not a solution > since I do want to use them eventually. > > I expected to find this information in the manual, page 75 (example: > point 11.5.4), but there's nothing about it. I think it's missing a > type of element: this goes [1] *aa* /aa/ > unprocessed. > > Any idea? > > Greetings, > Daniel > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >