From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel Clemente" Subject: Re: Writing raw [1], *aa*, without being interpreted Date: Tue, 21 Aug 2007 10:36:51 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INPEN-0006TC-Q0 for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 04:36:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INPEM-0006Sb-Aj for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 04:36:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INPEM-0006SY-7O for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 04:36:54 -0400 Received: from fk-out-0910.google.com ([209.85.128.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INPEL-0002L9-UP for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 04:36:54 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1395470fkr for ; Tue, 21 Aug 2007 01:36:51 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi, the problem is: I don't want to use fixed font or any special formatting for the [1]; I want that the [1] is integrated normally in the text. This applies to all Org-mode syntax. Ex: /text/, *text*, ... Therefore we need something to avoid interpreting the Org-mode syntax. Maybe escape manually a caracter: \[1], maybe a block: \{[1]\}, maybe a null token inside the interpreted string: [\don't_interpret{}1], ... -- Daniel. 2007/8/21, Carsten Dominik : > Hi Daniel, > > in the next version, also something like > > With > #+HTML: [1] > #+ASCII: [1] > #+LaTeX: [1] > you can make a footnote. > > will work. Silly, but still does the trick. > > - Carsten > > On Aug 18, 2007, at 12:19, 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 > > > > > > -- > Carsten Dominik > Sterrenkundig Instituut "Anton Pannekoek" > Universiteit van Amsterdam > Kruislaan 403 > NL-1098SJ Amsterdam > phone: +31 20 525 7477 > >