Hi Josef, Josef Wolf <j...@raven.inka.de> 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