From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bug report with org 5.11b and remember 1.19 Date: Tue, 09 Oct 2007 22:17:22 +0100 Message-ID: <87d4vodm3h.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfLWB-0007xR-VW for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 16:17:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfLWA-0007xF-1Y for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 16:17:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfLW9-0007xC-SX for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 16:17:25 -0400 Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfLW9-00073L-HW for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 16:17:25 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1396415nfh for ; Tue, 09 Oct 2007 13:17:24 -0700 (PDT) In-Reply-To: (Austin Frank's message of "Tue, 09 Oct 2007 11:58:56 -0400") 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: emacs-orgmode@gnu.org Austin Frank writes: > When I try to store a note using remember, I get the following error: > "Symbol's value as variable is void: initial" Right in the middle of org.el (line 12463) : (v-i initial) ; defined in `remember-mode' So I guess somehow remember-mode is not loaded correctly. -- Bastien