From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Interaction problem with org-protocol.el Date: Mon, 20 Jul 2009 12:37:18 -0400 Message-ID: <9977.1248107838@alphaville.usa.hp.com> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSvsk-0004zk-6B for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:38:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSvsf-0004y1-LL for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:38:29 -0400 Received: from [199.232.76.173] (port=45964 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSvsf-0004xy-BM for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:38:25 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:23525) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MSvse-0007Yv-Vw for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:38:25 -0400 In-Reply-To: Message from Keith Lancaster of "Mon, 20 Jul 2009 11:02:59 CDT." 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: Keith Lancaster Cc: Org Mode List Keith Lancaster wrote: > 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. > This problem came up recently: the problem almost certainly is that org-time-stamp-rounding-minutes is set to be 5, but it should be a list of two numbers instead: (0 5) is the current default. See the thread http://thread.gmane.org/gmane.emacs.orgmode/15522 for more details. However, the interaction with org-protocol does not make any sense to me. What do you mean by "...if I have org-protocol included"? Do you mean you just (require 'org-protocol) and you see the problem and if you don't do the require, you don't see it? And what versions of emacs/org-mode are you running? I know you are running Aquamacs, but I don't know on what emacs version that is based. Thanks, Nick