[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] bug report with org 5.11b and remember 1.19
From: |
Carsten Dominik |
Subject: |
Re: [Orgmode] bug report with org 5.11b and remember 1.19 |
Date: |
Wed, 10 Oct 2007 09:07:05 +0200 |
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.
address@hidden
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