* One-key combo entry?
@ 2013-11-16 12:53 Fredrik
2013-11-16 13:05 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Fredrik @ 2013-11-16 12:53 UTC (permalink / raw)
To: emacs-orgmode
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?
Regards,
Fredrik
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: One-key combo entry?
2013-11-16 12:53 One-key combo entry? Fredrik
@ 2013-11-16 13:05 ` Bastien
2013-11-17 10:26 ` Fredrik
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2013-11-16 13:05 UTC (permalink / raw)
To: Fredrik; +Cc: emacs-orgmode
Hi Fredrik,
Fredrik <fredrik@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.
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: One-key combo entry?
2013-11-16 13:05 ` Bastien
@ 2013-11-17 10:26 ` Fredrik
0 siblings, 0 replies; 3+ messages in thread
From: Fredrik @ 2013-11-17 10:26 UTC (permalink / raw)
To: emacs-orgmode
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 <fredrik@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.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-17 10:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16 12:53 One-key combo entry? Fredrik
2013-11-16 13:05 ` Bastien
2013-11-17 10:26 ` Fredrik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).