all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Bell <mail+org@nickbell.org>
To: Alexander Vorobiev <alexander.vorobiev@gmail.com>
Cc: Bastien <bzg@altern.org>, emacs-orgmode@gnu.org
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	[thread overview]
Message-ID: <4F68F1FC.5080502@nickbell.org> (raw)
In-Reply-To: <CAGOCFPXSsRPGvyriQB6W9XoE2rb=7UrfRmuXtNLnw8tqds78xA@mail.gmail.com>

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

      reply	other threads:[~2012-03-20 21:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F68F1FC.5080502@nickbell.org \
    --to=mail+org@nickbell.org \
    --cc=alexander.vorobiev@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.