From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: org-babel and empty code blocks : publishing html Date: Thu, 09 Sep 2010 18:20:09 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=35716 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtjrR-0001aj-CW for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 12:20:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtjrM-0006bQ-9Y for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 12:20:29 -0400 Received: from lo.gmane.org ([80.91.229.12]:54206) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtjrM-0006bA-0F for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 12:20:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OtjrI-0002pc-5T for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 18:20:20 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Sep 2010 18:20:20 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Sep 2010 18:20:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On my journal capture template I include a #begin_src and #end_src block as I frequently want to journal code. Being lazy I dont necessarily want to delete this block even if I have no code in that org-entry. Is it possible to suppress the output "nil" which is generated for the html export for empty code blocks?