From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Bell Subject: Re: Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile Date: Tue, 20 Mar 2012 21:09:16 +0000 Message-ID: <4F68F1FC.5080502@nickbell.org> References: <4F6667CD.3030909@nickbell.org> <874ntkcat0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA6Iz-0005Sk-FY for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 17:09:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA6Iw-0000Ks-Vb for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 17:09:20 -0400 Received: from nickbell.org ([178.79.142.106]:38977 helo=becklake.nickbell.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA6Iw-0000Kj-Pk for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 17:09:18 -0400 In-Reply-To: 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: Alexander Vorobiev Cc: Bastien , emacs-orgmode@gnu.org Org-mode version 7.8.06 (release_7.8.06.31.gc7a2) from git is correct: (defun org-mobile-push () "Push the current state of Org affairs to the WebDAV directory. This will create the index file, copy all agenda files there, and also 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-tag-filter org-agenda-tag-filter) (org-agenda-redo-command org-agenda-redo-command)) Nick On 20/03/12 21:02, Alexander Vorobiev wrote: > Hi, > I have just downloaded zip for 7.8.06 and the org-mobile.el's > line (org-agenda-filter org-agenda-filter) is still there, had to apply > the patch to make org-mobile-push work. > > Thanks > Alex > > On Mon, Mar 19, 2012 at 8:37 PM, Bastien > wrote: > > Nick Bell > > writes: > > > Using the above version, needed to apply the patch > > http://article.gmane.org/gmane.emacs.orgmode/51812 in order to make > > org-mobile-push work. My git-fu isn't quite up to working out > what should > > (if anything) have happened to incorporate this fix into the release. > > This is fixed now in maint (included in 7.8.06) and master. > > Sorry for this. > > -- > Bastien > >