emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Cannot use org-mode and remember templates


From: Frank Rust
Subject: [Orgmode] Cannot use org-mode and remember templates
Date: Thu, 16 Jul 2009 12:38:51 +0200

Hi,

I'm using a new version of emacs for windows (GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on LENNART-69DE564 (patched)) which provides Org-mode in version 6.21b.

After the last upgrade the remember templates are not working anymore. Everytime I select a template with my shortcuts I receive the following error:

Select template: [t]odo [j]ournal
org-remember-apply-template: Wrong type argument: listp, 5



This is the relevant entry in my .emacs

;; Remember mode
(require 'remember)
(org-remember-insinuate)
(setq org-remember-store-without-prompt t)

(setq org-remember-templates
     '(("Todo" ?t "* TODO %^{Brief Description} %^g\nAdded: %U" "~/emacs/gtd/gtd.org" "Tasks")
      ("Journal" ?j "\n* %^{topic} %T \n%i%?\n" "journal.org" "Ideas")))


Unfortunately I'm not very experienced in lisp programming and I couldn't find any hints with google. Is there any way to fix this?

Thanks for your efforts and regards,
Frank




reply via email to

[Prev in Thread] Current Thread [Next in Thread]