* [PATCH] add some documentation for 'capture' to org-agenda
@ 2010-07-10 13:00 Dirk-Jan C. Binnema
2010-07-12 5:56 ` Patchwork: Patch 128 Accepted Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Dirk-Jan C. Binnema @ 2010-07-10 13:00 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
Hi,
A trivial patch to add some documentation for 'capture' to org-agenda (against
HEAD).
Best wishes,
Dirk.
--
Dirk-Jan C. Binnema Helsinki, Finland
e:djcb@djcbsoftware.nl w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C
[-- Attachment #2: 0001-mention-org-capture-in-the-documentation-for-org-age.patch --]
[-- Type: text/plain, Size: 895 bytes --]
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 1fe4639..191ee52 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6965,13 +6965,14 @@ m Mark the entry at point for an agenda action
s Schedule the marked entry to the date at the cursor
d Set the deadline of the marked entry to the date at the cursor
r Call `org-remember' with cursor date as the default date
+c Call `org-capture' with cursor date as the default date
SPC Show marked entry in other window
TAB Visit marked entry in other window
The cursor may be at a date in the calendar, or in the Org agenda."
(interactive)
(let (ans)
- (message "Select action: [m]ark | [s]chedule [d]eadline [r]emember [ ]show")
+ (message "Select action: [m]ark | [s]chedule [d]eadline [r]emember [c]apture [ ]show")
(setq ans (read-char-exclusive))
(cond
((equal ans ?m)
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-12 5:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10 13:00 [PATCH] add some documentation for 'capture' to org-agenda Dirk-Jan C. Binnema
2010-07-12 5:56 ` Patchwork: Patch 128 Accepted Carsten Dominik
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).