소스 검색

org-capture.el (org-capture): Update docstring

* org-capture.el (org-capture): Update docstring.
Bastien Guerry 13 년 전
부모
커밋
b121753490
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lisp/org-capture.el

+ 3 - 0
lisp/org-capture.el

@@ -501,6 +501,9 @@ stored.
 
 When called with a `C-0' (zero) prefix, insert a template at point.
 
+When called from an agenda buffer, use the date of the cursor at point
+as the default date for the capture template.
+
 Lisp programs can set KEYS to a string associated with a template in
 `org-capture-templates'.  In this case, interactive selection will be
 bypassed."