emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug report with org 5.11b and remember 1.19
@ 2007-10-09 15:58 Austin Frank
  2007-10-09 21:17 ` Bastien
  2007-10-10  7:07 ` Carsten Dominik
  0 siblings, 2 replies; 5+ messages in thread
From: Austin Frank @ 2007-10-09 15:58 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-10 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-09 15:58 bug report with org 5.11b and remember 1.19 Austin Frank
2007-10-09 21:17 ` Bastien
2007-10-10  7:07 ` Carsten Dominik
2007-10-10 17:25   ` Austin Frank
2007-10-10 17:52   ` Austin Frank

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).