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 12:34:22 +0100 Message-ID: References: <87k583m6wz.fsf@gmail.com> <87ab8yzgeh.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVlS8-0001eS-HZ for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 06:34:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVlS7-0001e1-S5 for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 06:34:28 -0500 Received: from [199.232.76.173] (port=41812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVlS7-0001dy-MS for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 06:34:27 -0500 Received: from nf-out-0910.google.com ([64.233.182.188]:41216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVlS7-0004WJ-9T for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 06:34:27 -0500 Received: by nf-out-0910.google.com with SMTP id c7so267449nfi.26 for ; Sat, 07 Feb 2009 03:34:25 -0800 (PST) In-Reply-To: <87ab8yzgeh.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 On Feb 7, 2009, at 11:32 AM, Daniel Clemente wrote: > Carsten Dominik writes: > >> 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 >> block or so. >> > > However, I think that the => of the clock should always be protected. Yes, you are right here. Fixed, thanks. - Carsten > > > I also see it strange that it only happens if a double quote is > present: > > ---------------------- > ***** the bug happens with this one > CLOCK: [2009-02-06 dv 09:39]--[2009-02-06 dv 10:12] => 0:33 > a="b > > > ***** doesn't happen (no highlight) > CLOCK: [2009-02-06 dv 09:39]--[2009-02-06 dv 10:12] => 0:33 > a=b > > ---------------------- > > It's not so strange to write =" in an entry > > > -- Daniel