tag 670270 patch
thanks

http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=71089b7e3b00736f854d6e95a52229853262e12a



Don Armstrong

-- 
"Because," Fee-5 explained patiently, "I was born in the fifth row.
Any fool would understand that, but against stupidity the very Gods
themselves contend in vain."
 -- Alfred Bester _The Computer Connection_ p19

http://www.donarmstrong.com              http://rzlab.ucr.edu
From: Bastien Guerry <b...@altern.org>
Date: Wed, 4 Jan 2012 15:37:59 +0000 (+0100)
Subject: org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'.
X-Git-Tag: release_7.8.04~420
X-Git-Url: http://127.0.0.1:8000/w/gitweb.cgi?p=org-mode.git;a=commitdiff_plain;h=71089b7e3b00736f854d6e95a52229853262e12a

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.
---

diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index b049f4e..bcc1c90 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -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

Reply via email to