1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-28 10:56:57 +00:00

org-feed.el: Fix an undefined-variable bug

This commit is contained in:
Carsten Dominik 2009-04-09 17:26:37 +02:00
parent 7887f9d5e5
commit 325164a1d2
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
* org-feed.el (org-feed-update): Bind the variable
`new-formatted'.
* org-html.el (org-export-as-html): Start paragraphs after literal
examples.

View File

@ -280,7 +280,7 @@ it can be a list structured like an entry in `org-feed-alist'."
org-feed-default-template))
(drawer (or (nth 1 (memq :drawer feed))
org-feed-drawer))
feed-buffer inbox-pos
feed-buffer inbox-pos new-formatted
entries old-status status new changed guid-alist e guid olds)
(setq feed-buffer (org-feed-get-feed url))
(unless (and feed-buffer (bufferp feed-buffer))