From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Interesting folding bug Date: Thu, 20 Dec 2012 11:19:39 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TldE7-0000z5-Qp for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 05:19:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TldE6-00040y-7B for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 05:19:43 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:53129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TldE6-00040p-0N for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 05:19:42 -0500 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: emacs-orgmode I'm documenting a crontab file, and I have an interesting folding bug. Here is what is in my file: *** crontab -l #+BEGIN_SRC crontab * * * * * do something 0 16 * * * do something else 0 10 * * * do another thing #+END_SRC The problem is that the initial '*' in the crontab confuses org mode. Is there a way around it, or is it a bug? Thanks, Alan