emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] One-key combo entry?


From: Fredrik
Subject: Re: [O] One-key combo entry?
Date: Sun, 17 Nov 2013 11:26:11 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Ok,

I've set up the following :

  (defun myorg-meta ()
    "Ask for metadata"
(interactive)
(org-schedule)
(org-deadline)
(org-set-tags-command)
(org-todo))

  (global-set-key "\C-cm" 'myorg-meta)

And it works if I only use org-set-tags and org-todo but fails when I try to use org-schedule and org-deadline. Has anyone else done anything like this and have any tips?

Regards,

Fredrik

On 16/11/13 14:05, Bastien wrote:
Hi Fredrik,

Fredrik <address@hidden> writes:

Is it possible to set up so when when standing on a header push one
key combo and one after another be asked about about the todo-word,
keyword, deadline and then schedule for an entry?
Not with the core functions, but I'm sure someone can provide this
command.   May be a good idea to let newcomers discovers all metadata
for an entry interactively.





reply via email to

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