summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-29 00:45:31 +0100
committerBastien Guerry <bzg@altern.org>2012-01-29 00:45:31 +0100
commit3639bf75933903deda33f584a3a00ea9af1d95de (patch)
tree7218d3fa996a33f6a934e626b5d5ae061058a74b
parent435e633b6ac3951eb202c1a3f27cffb87c921834 (diff)
downloadorg-mode-3639bf75933903deda33f584a3a00ea9af1d95de.tar.gz
org-feed.el: Add all default drawers in the commentary section.
Otherwise people might thing PROPERTIES LOGBOOK and the only two default drawers.
-rw-r--r--lisp/org-feed.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-feed.el b/lisp/org-feed.el
index f5186aa..6901ffa 100644
--- a/lisp/org-feed.el
+++ b/lisp/org-feed.el
@@ -80,7 +80,7 @@
;; that received the input of the feed. You should add FEEDSTATUS
;; to your list of drawers in the files that receive feed input:
;;
-;; #+DRAWERS: PROPERTIES LOGBOOK FEEDSTATUS
+;; #+DRAWERS: PROPERTIES CLOCK LOGBOOK RESULTS FEEDSTATUS
;;
;; Acknowledgments
;; ---------------