From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Interesting folding bug Date: Thu, 20 Dec 2012 12:08:07 +0100 Message-ID: References: ,<8738z1at2g.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tldz3-00054N-1R for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 06:08:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tldyz-0007Yj-CS for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 06:08:12 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:45465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tldyz-0007Yd-5s for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 06:08:09 -0500 In-reply-to: <8738z1at2g.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> The problem is that the initial '*' in the crontab confuses org mode. Is >> there a way around it, or is it a bug? > > You need to TAB once in such block so that the ambiguous characters like > "* " are comma-escaped. I see. Tabing folds the block, and then everything is fine. Thanks. Alan