emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Austin Frank <austin.frank@gmail.com>
To: emacs-orgmode@gnu.org
Subject: bug report with org 5.11b and remember 1.19
Date: Tue, 09 Oct 2007 11:58:56 -0400	[thread overview]
Message-ID: <m0tzp0cm9r.fsf@gmail.com> (raw)

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

             reply	other threads:[~2007-10-09 16:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-09 15:58 Austin Frank [this message]
2007-10-09 21:17 ` bug report with org 5.11b and remember 1.19 Bastien
2007-10-10  7:07 ` Carsten Dominik
2007-10-10 17:25   ` Austin Frank
2007-10-10 17:52   ` Austin Frank

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0tzp0cm9r.fsf@gmail.com \
    --to=austin.frank@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).