emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Problems with org-capture


From: Bastien
Subject: Re: [O] Problems with org-capture
Date: Fri, 23 May 2014 14:39:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hi Josef,

Josef Wolf <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]