From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: Source block processing changes Date: Tue, 6 Nov 2012 12:06:54 -0500 Message-ID: References: <87pq3qlvbt.fsf@gmail.com> <87ehk68ywe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVmcR-00019F-NC for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 12:07:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVmcN-0004xa-K7 for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 12:07:19 -0500 Received: from mail-vb0-f41.google.com ([209.85.212.41]:34190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVmcN-0004xV-Fj for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 12:07:15 -0500 Received: by mail-vb0-f41.google.com with SMTP id v13so720498vbk.0 for ; Tue, 06 Nov 2012 09:07:14 -0800 (PST) In-Reply-To: <87ehk68ywe.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode Mailinglist , Eric Schulte On Tue, Nov 6, 2012 at 11:44 AM, Nicolas Goaziou wrote: > Ista Zahn writes: > >> Thank you, all is working as desired now! One small niggle: the >> '::RESULTS:' and ':END:' strings are included in the exported html. >> Not sure if this is intentional, but it seems to me that they should >> be removed (or at lease given a class so we can hide them via css) > > That's because you're inserting a headline within a drawer, which isn't > valid Org syntax. You cannot use a drawer for your specific use-case. Well, it works at the moment (I can live with the extra ':RESULTS:' strings). So currently I _can_ use a drawer for my use case -- the question is whether this is likely to break in the future. Another question is what is and is not allowed in a drawer? Is this documented? Best, Ista > > Regards,