From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Troxel Subject: Re: Possible bug in mobile export Date: Tue, 31 Jan 2012 19:58:00 -0500 Message-ID: References: <4F286500.2000008@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsOWR-0004Kk-RF for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 19:58:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsOWQ-0004vZ-I0 for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 19:58:03 -0500 Received: from fnord.ir.bbn.com ([192.1.100.210]:57199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsOWQ-0004vT-Ew for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 19:58:02 -0500 In-Reply-To: <4F286500.2000008@gmx.de> (Simon Thum's message of "Tue, 31 Jan 2012 23:02:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Simon Thum Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The following fix is in org master, but not in 7.8. I am able to use org-mobile-push. commit 71089b7e3b00736f854d6e95a52229853262e12a Author: Bastien Guerry Date: Wed Jan 4 16:37:59 2012 +0100 org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'. =20=20=20=20 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter' instead of the obsolete `org-agenda-filter'. =20=20=20=20 Thanks to Charles Sebold for reporting this. diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index b049f4e..bcc1c90 100644 =2D-- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -303,7 +303,7 @@ create all custom agenda views, for upload to the mobil= e phone." (interactive) (let ((a-buffer (get-buffer org-agenda-buffer-name))) (let ((org-agenda-buffer-name "*SUMO*") =2D (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 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (NetBSD) iEYEARECAAYFAk8ojhgACgkQ+vesoDJhHiVruQCgjqn+14q9ZMV+HO/aqhZOKGba EDMAn1zjsZQrEG3L2Kly5cvCpnrQEVme =i4j3 -----END PGP SIGNATURE----- --=-=-=--