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:d...@djcbsoftware.nl           w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C

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)

_______________________________________________
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

Reply via email to