From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Blank lines in date-trees Date: Thu, 27 Jun 2013 16:58:06 +0200 Message-ID: <87hagjmw75.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkX-0000AZ-Ka for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsDkS-000261-5T for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:41 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:54929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkR-00025S-Uq for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:36 -0400 Received: by mail-wg0-f51.google.com with SMTP id e11so662105wgh.6 for ; Thu, 27 Jun 2013 08:04:35 -0700 (PDT) In-Reply-To: (Vincent Beffara's message of "Thu, 06 Jun 2013 10:37:33 +0200") 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: Vincent Beffara Cc: emacs-orgmode@gnu.org Hi Vincent, Vincent Beffara writes: > Hi, > > Very (very!) minor question: when capturing into a date-tree, is it > possible to have a blank line inserted before created day-headings? C-h v org-capture-templates RET [...] :empty-lines-before Set this to the number of lines the should be inserted before the new item. Overrides :empty-lines for the number lines inserted before. Hope that helps.. and works :) -- Bastien