diff --git a/lisp/org-feed.el b/lisp/org-feed.el index f0311ba0c..baf1e5b21 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -45,10 +45,11 @@ ;; With this setup, the command `M-x org-feed-update-all' will ;; collect new entries in the feed at the given URL and create ;; 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 -;; 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 ;; ;; "reQall is typing what you said", @@ -120,6 +121,8 @@ it contains the following properties: `:item-full-text' the full text in the tag `:guid-permalink' t when the guid property is a permalink +Here are the keyword-value pair allows in `org-feed-alist'. + :drawer drawer-name The name of the drawer for storing feed information. The default is \"FEEDSTATUS\". Using different drawers for different feeds allows