emacs-orgmode
[Top][All Lists]
Advanced

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

[O] (MobileOrg) automatic pulling


From: Dennis Yurichev
Subject: [O] (MobileOrg) automatic pulling
Date: Mon, 28 May 2012 01:38:37 +0300
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

Hi.

This question is probably boring as... so excuse me in advance!
I want to run org-mobile-pull command after I turn on org-mode in emacs.
I wrote this in emacs config:

(defun org-my()
(interactive)
(find-file "R:/Dropbox/orgmode/agenda.org")
(org-mobile-pull)
)

But org-mobile-pull can't work, probably because buffer is not yet created?

=
Debugger entered--Lisp error: (error "Selecting deleted buffer")
  org-mobile-move-capture()
  org-mobile-pull()
  org-my()
  call-interactively(org-my t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)
=

What should I do?

GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601)



reply via email to

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