From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Source block processing changes Date: Tue, 06 Nov 2012 17:44:01 +0100 Message-ID: <87ehk68ywe.fsf@gmail.com> References: <87pq3qlvbt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVmK9-0001zz-OH for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 11:48:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVmK1-0003DI-K8 for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 11:48:25 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:56800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVmK1-0003D2-E7 for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 11:48:17 -0500 Received: by mail-wg0-f49.google.com with SMTP id gg4so309336wgb.30 for ; Tue, 06 Nov 2012 08:48:16 -0800 (PST) In-Reply-To: (Ista Zahn's message of "Tue, 6 Nov 2012 09:51:06 -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: Ista Zahn Cc: emacs-orgmode Mailinglist , Eric Schulte 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. Regards,