`k' now calls org-agenda-capture from agenda. Also add `org-capture-use-agenda-date...
commitf011496cebc63b002464fb07785068db16951d3a
authorBastien Guerry <bzg@altern.org>
Sun, 2 Sep 2012 10:52:38 +0000 (2 12:52 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 2 Sep 2012 10:52:38 +0000 (2 12:52 +0200)
treecb736648a4736f9dcfd17e74bbc2f3f0f6586bfd
parentb1217534904cdcc78f8e3846fa4f1b2e33e1092c
`k' now calls org-agenda-capture from agenda.  Also add `org-capture-use-agenda-date' option.

* org-capture.el (org-capture-use-agenda-date): New option.
(org-capture): Use it.

* org-agenda.el (org-agenda-capture): New command.
(org-agenda-mode-map): Bind it to `k'.
(org-agenda-menu): Add it to the menu.

* org.texi (Agenda commands): Document the new command and the
new option.

Thanks to Eric Abrahamsen who suggested this change, along with
other merging about bulk actions.
doc/org.texi
lisp/org-agenda.el
lisp/org-capture.el