瀏覽代碼

org-capture.el: Fix docstring by adding Gnus to the list of mail clients.

* org-capture.el (org-capture-templates): Fix docstring by
adding Gnus to the list of mail clients.

Thanks to Tassilo Horn for spotting this.
Bastien Guerry 12 年之前
父節點
當前提交
7fdd49dd33
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      lisp/org-capture.el

+ 3 - 4
lisp/org-capture.el

@@ -261,12 +261,11 @@ complete list of what is recorded for each link type.
 Link type               |  Available information
 Link type               |  Available information
 ------------------------+------------------------------------------------------
 ------------------------+------------------------------------------------------
 bbdb                    |  %:type %:name %:company
 bbdb                    |  %:type %:name %:company
-vm, wl, mh, mew, rmail  |  %:type %:subject %:message-id
-                        |  %:from %:fromname %:fromaddress
+vm, wl, mh, mew, rmail, |  %:type %:subject %:message-id
+gnus                    |  %:from %:fromname %:fromaddress
                         |  %:to   %:toname   %:toaddress
                         |  %:to   %:toname   %:toaddress
                         |  %:fromto (either \"to NAME\" or \"from NAME\")
                         |  %:fromto (either \"to NAME\" or \"from NAME\")
-                        |  %:date
-                        |  %:date-timestamp (as active timestamp)
+                        |  %:date %:date-timestamp (as active timestamp)
                         |  %:date-timestamp-inactive (as inactive timestamp)
                         |  %:date-timestamp-inactive (as inactive timestamp)
 gnus                    |  %:group, for messages also all email fields
 gnus                    |  %:group, for messages also all email fields
 w3, w3m                 |  %:type %:url
 w3, w3m                 |  %:type %:url