emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] shortcut to create a heading already with todo included


From: Oleh
Subject: Re: [O] shortcut to create a heading already with todo included
Date: Tue, 23 Jul 2013 15:26:58 +0200

Hi,

This task is handled with capture templates.
Here's how I do it:

(setq org-capture-templates
    '(("t" "Todo" entry (file+headline (concat org.d "gtd.org") "Tasks")
        "* TODO %^{Brief Description} %^g\n%?\nAdded: %U  %i\n")
    ;; more templates here
))

(global-set-key (kbd "C-~") 'org-capture)

regards,
Oleh


On Tue, Jul 23, 2013 at 2:48 PM, Xebar Saram <address@hidden> wrote:
> Hya guys
>
> i know this is probably a silly question but does anyone know how to make a
> shortcut that inserts a heading which already includes a TODO state?
>  i have a main file named todo.org in which all heading are todos. each time
> i need to do a 2 step process: add heading and then add a todo state, so im
> looking for a quicker way to add a todo item (IE a keybind to add a already
> todo header).
>
> another better solution if possible would be maybe reassign the C-Enter
> keybind to create a todo header only in a specific file (todo.org) if thats
> possible?
>
> thx alot in advance
>
> Z



reply via email to

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