emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] prompt for deadline in capture template?


From: Matt Lundin
Subject: Re: [O] prompt for deadline in capture template?
Date: Fri, 23 Oct 2015 09:49:37 -0500
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

John Kitchin <address@hidden> writes:

> I just type C-c C-d and add it while the capture is open.
>
> Xebar Saram writes:
>
>> Hi guys
>>
>> i looked in the capture docu but couldn't seem to find it. anyone knows how
>> to prompt for deadline in capture template?

If you want to do it more pragmatically, you could use something like
this (adjust the template as needed).

(add-to-list 'org-capture-templates
             '("d" "Deadline" entry
               (file "~/org/inbox.org")
               "* %^{Headline}\n DEADLINE: %^t"))

See (info "(org) Template expansion")

Matt



reply via email to

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