Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-20 Thread Alexander Vorobiev
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 b...@altern.org wrote:

 Nick Bell mail+...@nickbell.org 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




Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-20 Thread Nick Bell

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 b...@altern.org
mailto:b...@altern.org wrote:

Nick Bell mail+...@nickbell.org mailto:mail%2b...@nickbell.org
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






Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-19 Thread Bastien
Nick Bell mail+...@nickbell.org 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



[O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-18 Thread Nick Bell
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.


Nick



Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-18 Thread Bastien
Hi Nick,

Nick Bell mail+...@nickbell.org 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.

That's right.  

This is a consequence of the mess I put in the repository yesterday,
sorry for that.

See my next message on this list.

-- 
 Bastien