Chris Henderson <henders...@gmail.com> writes:

> 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

Have you actually bound org-capture to C-c c?  This is not bound by
default so you have to explicitly do something along the lines of

    (global-set-key "\C-cc" 'org-capture)

-- 
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_8.0-pre-150-g412d98


Reply via email to