Variable: org-feed-before-adding-hook
org-feed-before-adding-hook is a customizable variable defined in
org-feed.el.gz.
Value
nil
Documentation
Hook that is run before adding new feed items to a file.
You might want to commit the file in its current state to version control, for example.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-feed.el.gz
(defcustom org-feed-before-adding-hook nil
"Hook that is run before adding new feed items to a file.
You might want to commit the file in its current state to version control,
for example."
:group 'org-feed
:type 'hook)