On Thu, Mar 21, 2013 at 8:28 AM, Chris Henderson <henders...@gmail.com> wrote: > I have also upgraded org to version 7.9.4 via emacs M-x package-list > option and now my custom keys don't work: when I press ^C-c it used to > give me option as to where I want to put something: either project, > someday/maybe, read and review or tasks. Now I get error: C-c c is > undefined > > (setq org-capture-templates > '(("t" "Tasks" entry (file+headline "~/org/gtd_home.org" "Tasks") > "** %?\n %i Added:%U") > ("p" "Project" entry (file+headline "~/org/gtd_home.org" "Projects") > "** %?\n %i Added:%U") > ("r" "Read and Review" entry (file+headline > "~/org/gtd_home.org" "Read and Review") > "** %?\n %i Added:%U") > ("s" "Someday/ Maybe" entry (file+headline > "~/org/gtd_home.org" "Someday/ Maybe") > "** %?\n %i Added:%U") > ("j" "Journal" entry (file+datetree "~/org/journal.org") > "* %?\nEntered on %U\n %i\n %a"))) > > ^C-t which used to give me todo, cancel etc. don't seem to work as well: > > (setq org-todo-keywords > '((sequence "TODO(t)" "|" "DONE(d)") > (sequence "|" "CANCELED(c)"))) >
I have downgraded org-mode to version 7.9.2 (org-20121217) and my org-capture (^C-c) is now working fine. Is there any reason why it doesn't work with the latest version? Thanks.