From mboxrd@z Thu Jan 1 00:00:00 1970 From: Austin Frank Subject: bug report with org 5.11b and remember 1.19 Date: Tue, 09 Oct 2007 11:58:56 -0400 Message-ID: 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 1IfHcg-0005o4-DZ for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 12:07:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfHcd-0005jx-Ho for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 12:07:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfHcd-0005jm-CW for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 12:07:51 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IfHcc-0004pp-Oz for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 12:07:51 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IfHaz-0007mO-Gj for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 16:06:09 +0000 Received: from colossus.cvs.rochester.edu ([128.151.80.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2007 16:06:09 +0000 Received: from austin.frank by colossus.cvs.rochester.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2007 16:06:09 +0000 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 Hello! I've been trying to implement a setup based on John Wiegley's day planner tutorial. I have a file org-config.el that is loaded in my .emacs. org-config.el looks like this: (require 'org-install) (require 'remember) ;; basic org-mode configuration ;; keys are set in ekeys.el (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (add-hook 'remember-mode-hook 'org-remember-apply-template) (custom-set-variables '(org-agenda-include-diary t) '(org-log-done t) '(org-export-with-toc nil) '(org-export-with-section-numbers nil) '(org-agenda-files (quote ("~/todo.org"))) '(org-default-notes-file "~/notes.org") '(org-agenda-ndays 7) '(org-deadline-warning-days 14) '(org-agenda-show-all-dates t) '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-scheduled-if-done t) '(org-agenda-start-on-weekday nil) '(org-reverse-note-order t) '(org-fast-tag-selection-single-key (quote expert)) '(org-remember-store-without-prompt t) '(org-remember-templates (quote ((116 "* TODO %?\n %u" "~/todo.org" "Tasks") (110 "* %u %?" "~/notes.org" "Notes")))) '(remember-annotation-functions (quote (org-remember-annotation))) '(remember-handler-functions (quote (org-remember-handler)))) When I try to store a note using remember, I get the following error: "Symbol's value as variable is void: initial" And here's the debugger output. Debugger entered--Lisp error: (void-variable initial) org-remember-apply-template() run-hooks(remember-mode-hook) remember-mode() call-interactively(remember-mode) Is there something incorrect about my setup? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc