Honour existing restrictions when regenerating the agenda

* lisp/org.el: Honour existing restrictions when regenerating the agenda

Narrowed org buffers are now retained when regenerating the agenda
with org-agenda-redo
This commit is contained in:
Bernt Hansen 2011-12-30 15:49:07 +00:00 committed by Carsten Dominik
parent 746bd50327
commit 9b250f8e09
1 changed files with 7 additions and 7 deletions

View File

@ -16431,13 +16431,13 @@ When a buffer is unmodified, it is just killed. When modified, it is saved
(rea (concat ":" org-archive-tag ":"))
bmp file re)
(save-excursion
(save-restriction
(while (setq file (pop files))
(catch 'nextfile
(if (bufferp file)
(set-buffer file)
(org-check-agenda-file file)
(set-buffer (org-get-agenda-file-buffer file)))
(while (setq file (pop files))
(catch 'nextfile
(if (bufferp file)
(set-buffer file)
(org-check-agenda-file file)
(set-buffer (org-get-agenda-file-buffer file)))
(save-restriction
(widen)
(setq bmp (buffer-modified-p))
(org-refresh-category-properties)