emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-age


From: Nick Bell
Subject: Re: [O] 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
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

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 <address@hidden
<mailto:address@hidden>> wrote:

    Nick Bell <address@hidden <mailto:address@hidden>>
    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 via email to

[Prev in Thread] Current Thread [Next in Thread]