From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mobile bug Date: Thu, 31 Dec 2009 08:59:11 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQFwG-0004Kc-QV for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:59:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQFwC-0004I6-Ah for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:59:20 -0500 Received: from [199.232.76.173] (port=43801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQFwC-0004Hx-1W for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:59:16 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:33989) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQFwB-0007oF-If for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:59:15 -0500 Received: by ewy24 with SMTP id 24so14839525ewy.26 for ; Wed, 30 Dec 2009 23:59:14 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mark Scala Cc: "emacs-orgmode@gnu.org" Hi Mark, I cannot reproduce this problem. - Carsten On Dec 30, 2009, at 4:58 AM, Mark Scala wrote: > Hi, I was exploring org-mobile.el just now, and I found a small > problem. The function org-mobile-push throws an error unless there > is at least one custom agenda command defined -- clearly not > desirable. I suspect the problem is in org-agenda-custom-commands: > (delq nil '()) returns nil for an empty list. After defining one > custom agenda command, all works as expected. > > Best, > Mark Scala > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten