From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis Yurichev Subject: (MobileOrg) automatic pulling Date: Mon, 28 May 2012 01:38:37 +0300 Message-ID: <4FC2ACED.1060600@conus.info> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYm6i-0001dM-0u for Emacs-orgmode@gnu.org; Sun, 27 May 2012 18:38:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYm6g-0004T6-BO for Emacs-orgmode@gnu.org; Sun, 27 May 2012 18:38:39 -0400 Received: from caiajhbdcaid.dreamhost.com ([208.97.132.83]:51140 helo=homiemail-a87.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYm6f-0004SI-Sf for Emacs-orgmode@gnu.org; Sun, 27 May 2012 18:38:38 -0400 Received: from homiemail-a87.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a87.g.dreamhost.com (Postfix) with ESMTP id EB97726C05E for ; Sun, 27 May 2012 15:38:34 -0700 (PDT) Received: from [192.168.1.100] (cookness-diamond.volia.net [93.74.73.80]) (Authenticated sender: dennis@conus.info) by homiemail-a87.g.dreamhost.com (Postfix) with ESMTPA id 87E8926C05B for ; Sun, 27 May 2012 15:38:34 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org 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)