From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug report with org 5.11b and remember 1.19 Date: Wed, 10 Oct 2007 09:07:05 +0200 Message-ID: <04615f7075b9ade145dce8d3c73adee7@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfWO2-0001i1-Pq for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 03:53:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfWNz-0001er-Ui for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 03:53:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfWNz-0001eW-Il for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 03:53:43 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IfWNy-00031i-VE for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 03:53:43 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfVj1-0005q3-Hi for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 03:11:23 -0400 In-Reply-To: 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: Austin Frank Cc: emacs-orgmode@gnu.org This happens because you are calling `remember-mode' interactively. Org-mode assumes that the command you are using is either `remember' or `org-remember'. What are you calling `remember-mode'? What are you trying to achieve? - Carsten On Oct 9, 2007, at 17:58, Austin Frank wrote: > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477