Hi Ken,

Ken Mankoff <mank...@gmail.com> writes:

> How can I wrap that to
> only run when the active buffer is in Org Mode?

(run-at-time "00:10" 10 (lambda () (if (eq major-mode 'org-mode) 
(org-mobile-push))))

HTH,

-- 
 Bastien

Reply via email to