From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problems with org-capture Date: Fri, 23 May 2014 14:39:28 +0200 Message-ID: <87d2f48vyb.fsf@bzg.ath.cx> References: <20140506095734.GA5437@raven.inka.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnpXd-00068V-86 for emacs-orgmode@gnu.org; Fri, 23 May 2014 09:29:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnpXX-0002d6-IS for emacs-orgmode@gnu.org; Fri, 23 May 2014 09:29:45 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:58730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnpXX-0002co-Bq for emacs-orgmode@gnu.org; Fri, 23 May 2014 09:29:39 -0400 Received: by mail-we0-f173.google.com with SMTP id u57so4888524wes.4 for ; Fri, 23 May 2014 06:29:38 -0700 (PDT) In-Reply-To: <20140506095734.GA5437@raven.inka.de> (Josef Wolf's message of "Tue, 6 May 2014 11:57:34 +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: Josef Wolf Cc: emacs-orgmode@gnu.org Hi Josef, Josef Wolf writes: > (setq org-capture-templates > '(("t" "Todo" entry (file+headline "/m/s/rep/git/todo/newgtd.org" "Tasks") > "* TODO %^{Brief Description} %^g%?\n Created: %U\n %i\n %A\n\n" > :kill-buffer :empty-lines 3))) You forgot to specify a value for the :kill-buffer parameter: :kill-buffer t :empty-lines 3 will work and add the empty lines. You may also use :empty-lines-after 3 which should fit your need. > - The second problem is that when invoked with content fron an active region > (the %i flag), then the %A flag won't ask me for a link description and the > %i contents are used as description. I don't see this bug. Can you test again (maybe with an updated version of Org -- don't forget to mention the Org version by eval'ing M-x org-version RET)? Thanks, -- Bastien