From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: batch saving patch for emacs 23/org 8.0.1 Date: Thu, 25 Apr 2013 07:31:16 +0200 Message-ID: <87ip3b9nx7.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVEm9-0005Go-IM for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:31:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVEm8-00047C-D6 for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:31:21 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:39577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVEm8-00046w-51 for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:31:20 -0400 Received: by mail-we0-f174.google.com with SMTP id t9so1773030wey.33 for ; Wed, 24 Apr 2013 22:31:19 -0700 (PDT) In-Reply-To: (Jason L. Wright's message of "Tue, 23 Apr 2013 15:15:13 -0600") 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: "Wright, Jason L" Cc: emacs-orgmode@gnu.org Hi Jason, "Wright, Jason L" writes: > When running: > emacs -l ~/.emacs -eval '(org-batch-store-agenda-views)' -eval > '(org-mobile-push)' > > It errors with: > (wrong-number-of-arguments called-interactively-p 1) > > A proposed fix is below. What I don't know is whether the fix breaks > something else (i.e. it seems to work for me, but my elisp-fu is > woefully lacking). The fix is good and it was needed elsewhere in Org, I just pushed a change in the maint branch. Thanks for catching this! Best, -- Bastien