Re: [Orgmode] bug report with org 5.11b and remember 1.19

2007-10-10 Thread Carsten Dominik
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

Re: [Orgmode] bug report with org 5.11b and remember 1.19

2007-10-09 Thread Bastien
Austin Frank <[EMAIL PROTECTED]> 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

[Orgmode] bug report with org 5.11b and remember 1.19

2007-10-09 Thread Austin Frank
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