emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] MobileOrg: Push more than the current week?


From: Rémi Vanicat
Subject: Re: [O] MobileOrg: Push more than the current week?
Date: Mon, 04 Jul 2011 13:28:18 +0200
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.3 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> Hi all,
>
> is there a way to push more than the current week using M-x
> org-mobile-push RET?

This should do it (Monday is a bad day to test it...)

#+begin_src emacs-lisp
  (defun rv-org-mobile-push ()
    (interactive)
    (let (org-agenda-start-on-weekday
           (string-to-number (format-time-string "%w")))
      (org-mobile-push)))
#+end_src


[...]


-- 
Rémi Vanicat




reply via email to

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