From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been Subject: Re: Writing raw [1], *aa*, without being interpreted Date: Mon, 20 Aug 2007 04:34:30 +0000 (UTC) Message-ID: References: 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 1IMyyW-0007Dc-FE for emacs-orgmode@gnu.org; Mon, 20 Aug 2007 00:34:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMyyU-0007AJ-Nw for emacs-orgmode@gnu.org; Mon, 20 Aug 2007 00:34:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMyyU-0007A7-Jq for emacs-orgmode@gnu.org; Mon, 20 Aug 2007 00:34:46 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IMyyU-0005qS-Le for emacs-orgmode@gnu.org; Mon, 20 Aug 2007 00:34:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IMyyL-0004l0-2R for emacs-orgmode@gnu.org; Mon, 20 Aug 2007 06:34:37 +0200 Received: from 193.172.150.134 ([193.172.150.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Aug 2007 06:34:37 +0200 Received: from swangdoodles by 193.172.150.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Aug 2007 06:34:37 +0200 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 gmail.com> writes: > > Hi, > in a file I would like to write following line: > ---- > „Writing [1] you can create a footnote." > ---- ,----- | The only two ways I found to write the brackets | in the right way would be to set the line as | fixed-width font. Like so: | | :Writing [1] you can create a footnote. | | Or only set the brackets themselves as | fixed-width font. Like so: | | Writing @[@1@]@ you can create a footnote. | | Ciao, Renzo `-----