From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Too much text is interpreted as a code fragment Date: Sat, 07 Feb 2009 11:32:22 +0100 Message-ID: <87ab8yzgeh.fsf@gmail.com> References: <87k583m6wz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVkUC-000150-NJ for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 05:32:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVkUA-00014o-VP for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 05:32:32 -0500 Received: from [199.232.76.173] (port=34844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVkUA-00014l-RK for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 05:32:30 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:48152) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVkUA-0007Z2-Dz for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 05:32:30 -0500 Received: by ewy13 with SMTP id 13so1816425ewy.18 for ; Sat, 07 Feb 2009 02:32:29 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Sat, 7 Feb 2009 08:28:26 +0100") 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: org-mode mailing list 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. 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