From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Asterisks in source and example blocks interpreted as headings Date: Thu, 25 Aug 2011 15:27:36 +0200 Message-ID: <87zkix62pj.fsf@gnu.org> References: <87zkj9w6tm.fsf@riotblast.dunsmor.com> <87k4adi17s.fsf@gnu.org> <87sjp1w1hv.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwZxT-0007Rx-Ip for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 09:27:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwZxS-0006io-BU for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 09:26:59 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:62942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwZxS-0006ie-4w for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 09:26:58 -0400 Received: by wyi11 with SMTP id 11so1935585wyi.0 for ; Thu, 25 Aug 2011 06:26:57 -0700 (PDT) In-Reply-To: <87sjp1w1hv.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Tue, 16 Aug 2011 15:22:04 -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: Jason Dunsmore Cc: Org-mode mailing list Hi Jason, Jason Dunsmore writes: > Bastien writes: > >> Hi Jason, >> >> Jason Dunsmore writes: >> >>> I noticed that lines with leading asterisks inside of source and example >>> blocks are interpreted as headings: >> >> The attached patch should fix this -- please confirm. > > Hm, I'm still seeing the same issue with both source and example > blocks. Yes -- my patch only took care of not allowing *manually* folding headlines in selected environments. But those headlines were still folded when finding an org file with "#+STARTUP: fold" in it. In the meantime, is it okay for you to TAB and have the commas automatically added, as Sébastien suggested? -- Bastien