emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "McKelvie" <mckelvie@securenym.net>
To: emacs-orgmode@gnu.org
Subject: possible bug in version 5.08
Date: Fri, 14 Sep 2007 08:25:49 +0500	[thread overview]
Message-ID: <200709140325.l8E3Poj15236@anon.securenym.net> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1021 bytes --]

Hi,
version 5.04 allows my to file quick notes away using remember. On upgrading to 5.08, when I try typing in my template hot key I get the error, Wrong type argument: stringp, nil. It works fine in 5.04.

Here's the relevant bit of my .emacs file (I think). Is this a bug?


;;; remember mode
(require 'remember)
(autoload 'org-remember-annotation "org")
(autoload 'org-remember-handler "org")
(setq org-directory "~/My Documents/org/")
(setq org-default-notes-file "~/My Documents/org/notes.org")
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(define-key global-map [f8] 'remember)
(define-key global-map [f9] 'remember-region)
(setq org-remember-templates
 '((?t "* TODO %?\n  %a" "~/My Documents/org/mygtd.org" "Tasks")
   (?m "* %?\n  %u\n" "~/My Documents/org/mygtd.org" "Mindsweep")
   (?n "* %U %?\n\n  %a" "~/My Documents/org/notes.org" "Notes")))

Bill

[-- Attachment #1.2: Type: text/html, Size: 1762 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

             reply	other threads:[~2007-09-14  3:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14  3:25 McKelvie [this message]
2007-09-14 12:20 ` possible bug in version 5.08 Andrew J. Korty

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=200709140325.l8E3Poj15236@anon.securenym.net \
    --to=mckelvie@securenym.net \
    --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).