소스 검색

Feeds: Documentation fixes.

Carsten Dominik 16 년 전
부모
커밋
8cac636b76
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      lisp/org-feed.el

+ 5 - 2
lisp/org-feed.el

@@ -45,10 +45,11 @@
 ;;  With this setup, the command `M-x org-feed-update-all' will
 ;;  With this setup, the command `M-x org-feed-update-all' will
 ;;  collect new entries in the feed at the given URL and create
 ;;  collect new entries in the feed at the given URL and create
 ;;  entries as subheadings under the "ReQall Entries" heading in the
 ;;  entries as subheadings under the "ReQall Entries" heading in the
-;;  file "~/org-feeds.org".  Each feed needs to have its own heading.
+;;  file "~/org-feeds.org".  Each feed should normally have its own
+;;  heading - however see the `:drawer' parameter.
 ;;
 ;;
 ;;  Besides these standard elements that need to be specified for each
 ;;  Besides these standard elements that need to be specified for each
-;;  feed,, keyword-value pairs can set additional options.  For example,
+;;  feed, keyword-value pairs can set additional options.  For example,
 ;;  to de-select transitional entries with a title containing
 ;;  to de-select transitional entries with a title containing
 ;;
 ;;
 ;;                   "reQall is typing what you said",
 ;;                   "reQall is typing what you said",
@@ -120,6 +121,8 @@ it contains the following properties:
 `:item-full-text'   the full text in the <item> tag
 `:item-full-text'   the full text in the <item> tag
 `:guid-permalink'   t when the guid property is a permalink
 `:guid-permalink'   t when the guid property is a permalink
 
 
+Here are the keyword-value pair allows in `org-feed-alist'.
+
 :drawer drawer-name
 :drawer drawer-name
      The name of the drawer for storing feed information.  The default is
      The name of the drawer for storing feed information.  The default is
      \"FEEDSTATUS\".  Using different drawers for different feeds allows
      \"FEEDSTATUS\".  Using different drawers for different feeds allows