emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Austin Frank <austin.frank@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: bug report with org 5.11b and remember 1.19
Date: Wed, 10 Oct 2007 09:07:05 +0200	[thread overview]
Message-ID: <04615f7075b9ade145dce8d3c73adee7@science.uva.nl> (raw)
In-Reply-To: <m0tzp0cm9r.fsf@gmail.com>


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

  parent reply	other threads:[~2007-10-10  7:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=04615f7075b9ade145dce8d3c73adee7@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=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).