From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Too much text is interpreted as a code fragment Date: Sat, 7 Feb 2009 08:28:26 +0100 Message-ID: References: <87k583m6wz.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=WINDOWS-1252; 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 1LVhc9-0003jS-6f for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 02:28:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVhc8-0003ii-IK for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 02:28:32 -0500 Received: from [199.232.76.173] (port=52568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVhc8-0003iV-Bs for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 02:28:32 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:33164) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVhc7-0001P9-Qb for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 02:28:32 -0500 Received: by ewy13 with SMTP id 13so1775578ewy.18 for ; Fri, 06 Feb 2009 23:28:29 -0800 (PST) In-Reply-To: <87k583m6wz.fsf@gmail.com> 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: org-mode mailing list Hi Daniel, stuff you do not want interpreted should be protected as an example, or with ": " at the beginning of the line. If you do want this interpreted as HTML, put it into a BEGIN_HTML =20 block or so. - Carsten On Feb 7, 2009, at 1:23 AM, Daniel Clemente wrote: > > Hi, with this file: > > ------------------------------------ > ***** blabla > CLOCK: [2009-02-06 dv 09:39]--[2009-02-06 dv 10:12] =3D> 0:33 > group.getGroupId(), ActionKeys.MANAGE_LAYOUTS) %>"> > ------------------------------------ > > I see this fragment: > ------------------------------------ > =3D> 0:33 > ------------------------------------ > highlighted in face =84org-code=93. I think the =3D> should not be =20= > interpreted as code markers (=3Dthese ones=3D). > > Change the colours to see it better while testing: > (set-face-background 'org-code "#141") > (set-face-foreground 'org-code "#1f1") > (set-face-underline-p 'org-code nil) > > > > -- Daniel with org 6.20g > > > > _______________________________________________ > 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