org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'.

* org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
instead of the obsolete `org-agenda-filter'.

Thanks to Charles Sebold for reporting this.
This commit is contained in:
Bastien Guerry 2012-01-04 16:37:59 +01:00
parent 5eb414281d
commit 71089b7e3b
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ create all custom agenda views, for upload to the mobile phone."
(interactive)
(let ((a-buffer (get-buffer org-agenda-buffer-name)))
(let ((org-agenda-buffer-name "*SUMO*")
(org-agenda-filter org-agenda-filter)
(org-agenda-tag-filter org-agenda-tag-filter)
(org-agenda-redo-command org-agenda-redo-command))
(save-excursion
(save-window-excursion