From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: verbatim bug? Date: Mon, 9 Nov 2009 22:09:25 +0100 Message-ID: References: <7ddcf59278bf0696df95014ff2958946.squirrel@webmail.uio.no> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7bUb-0007ap-31 for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7bUV-0007VS-Uz for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:39 -0500 Received: from [199.232.76.173] (port=46556 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7bUV-0007V9-IY for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:35 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:65132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7bUT-0006L1-AB for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:33 -0500 Received: by mail-ew0-f228.google.com with SMTP id 28so4636184ewy.42 for ; Mon, 09 Nov 2009 13:09:33 -0800 (PST) In-Reply-To: <7ddcf59278bf0696df95014ff2958946.squirrel@webmail.uio.no> 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: "=?ISO-8859-1?Q?Martin_G._Skj=E6veland?=" Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Nov 7, 2009, at 1:25 PM, Martin G. Skj=E6veland wrote: > Hi, > > Then I write > > some text some text ~<>~. > > because I want "<>" written as verbatim in my =20 > latex > export, I get, in latex, > > \texttt{\textbackslash{}label\{some\_src\_block\_name\}some\_src=20 > \_block\_name}. > > which gives me the text > > \label{some_src_block_name}some_src_block_name > > in verbatim. > > I have also tried "=3D<>=3D" with the same = results. =20 > What > kind-of-works for me is > > some text some text > : <> . > > which does not work without the dot (or a different character) on =20 > the end. > > I guessing this is a bug, or should I do some escaping of characters? > > Thanks! > Martin > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten