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 <fred...@jumans.net> 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.