From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Lancaster Subject: Interaction problem with org-protocol.el Date: Mon, 20 Jul 2009 11:02:59 -0500 Message-ID: Mime-Version: 1.0 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 1MSvKp-0007oR-7a for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:03:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSvKj-0007lt-2R for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:03:25 -0400 Received: from [199.232.76.173] (port=48121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSvKi-0007lo-DX for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:03:20 -0400 Received: from mx20.gnu.org ([199.232.41.8]:10659) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MSvKh-00013p-OR for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:03:19 -0400 Received: from asmtpout011.mac.com ([17.148.16.86]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSvKg-0003bw-H7 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:03:18 -0400 Received: from [192.168.1.110] (99-7-194-153.lightspeed.hstntx.sbcglobal.net [99.7.194.153]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KN3003QQ8KZIC70@asmtp011.mac.com> for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 09:03:03 -0700 (PDT) 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: Org Mode List There seems to be an interaction issue with org-protocol. I discovered that my remember throws a "wrong type argument: listp, 5" if I have org-protocol included. Removing it fixes the problem. The debugger gives this - Debugger entered--Lisp error: (wrong-type-argument listp 5) org-current-time() org-remember-apply-template() run-hooks(remember-mode-hook) remember-mode() remember(nil) org-do-remember() org-remember(nil) call-interactively(org-remember) I'm new to emacs, so I have no clue what is happening, but perhaps someone can see if this is a real issue. I'm on OS X Leopard with Carbon emacs 22.3.1. Keith Lancaster klancaster1957@mac.com