From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Cannot use org-mode and remember templates Date: Thu, 16 Jul 2009 13:07:49 -0400 Message-ID: <18562.1247764069@gamaville.dokosmarshall.org> References: <6683149f0907160338kf3f6564t6dc313ffd1e4353d@mail.gmail.com> <13661.1247754819@gamaville.dokosmarshall.org> <6683149f0907160932h223df5fem75f8365b8960f908@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRUSb-0000Sg-0f for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:09:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRUSW-0000Qm-I7 for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:09:32 -0400 Received: from [199.232.76.173] (port=41365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRUSW-0000Qj-5g for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:09:28 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:37458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRUSV-0006oL-Lh for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 13:09:27 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KMV00LHYWWHX7O0@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 12:07:29 -0500 (CDT) In-reply-to: Message from Frank Rust of "Thu\, 16 Jul 2009 18\:32\:25 +0200." <6683149f0907160932h223df5fem75f8365b8960f908@mail.gmail.com> 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: Frank Rust Cc: emacs-orgmode@gnu.org Frank Rust wrote: > Debugger entered--Lisp error: (wrong-type-argument listp 5) > =C2=A0 org-current-time() > =C2=A0 org-remember-apply-template() > =C2=A0 run-hooks(text-mode-hook remember-mode-hook) > =C2=A0 apply(run-hooks (text-mode-hook remember-mode-hook)) > =C2=A0 run-mode-hooks(remember-mode-hook) > =C2=A0 remember-mode() > =C2=A0 remember(nil) > =C2=A0 call-interactively(remember nil nil) >=20 > =C2=A0 >=20 > Debugger entered--Lisp error: (wrong-type-argument listp 5) > =C2=A0 org-current-time() > > ...=20 >=20 > I hope this helps. > p In this case, no, because Seb Vauban nailed the cause (he must have recently polished his crystal ball, so he did not need a backtrace at all): org-time-stamp-rounding-minutes should be a list of two numbers. In general, however, a bug report with a backtrace and uncompiled code makes things much easier: from your backtrace, anybody (with some knowledge of lisp) can see what the problem is - no crystal ball required. Thanks, Nick