emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile
@ 2012-03-18 22:55 Nick Bell
  2012-03-18 23:14 ` Bastien
  2012-03-20  1:37 ` Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: Nick Bell @ 2012-03-18 22:55 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile
  2012-03-18 22:55 Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile Nick Bell
@ 2012-03-18 23:14 ` Bastien
  2012-03-20  1:37 ` Bastien
  1 sibling, 0 replies; 5+ messages in thread
From: Bastien @ 2012-03-18 23:14 UTC (permalink / raw)
  To: Nick Bell; +Cc: emacs-orgmode

Hi Nick,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile
  2012-03-18 22:55 Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile Nick Bell
  2012-03-18 23:14 ` Bastien
@ 2012-03-20  1:37 ` Bastien
  2012-03-20 21:02   ` Alexander Vorobiev
  1 sibling, 1 reply; 5+ messages in thread
From: Bastien @ 2012-03-20  1:37 UTC (permalink / raw)
  To: Nick Bell; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile
  2012-03-20  1:37 ` Bastien
@ 2012-03-20 21:02   ` Alexander Vorobiev
  2012-03-20 21:09     ` Nick Bell
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Vorobiev @ 2012-03-20 21:02 UTC (permalink / raw)
  To: Bastien; +Cc: Nick Bell, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

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

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

[-- Attachment #2: Type: text/html, Size: 1268 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile
  2012-03-20 21:02   ` Alexander Vorobiev
@ 2012-03-20 21:09     ` Nick Bell
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Bell @ 2012-03-20 21:09 UTC (permalink / raw)
  To: Alexander Vorobiev; +Cc: Bastien, emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-20 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-18 22:55 Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile Nick Bell
2012-03-18 23:14 ` Bastien
2012-03-20  1:37 ` Bastien
2012-03-20 21:02   ` Alexander Vorobiev
2012-03-20 21:09     ` Nick Bell

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).