--- Mer 14/1/09, Peter Westlake <peter.westl...@pobox.com> ha scritto:

> I have just installed emacs-snapshot and the git version of
> org-mode on
> a new Debian machine (running Lenny), and a lot of C-c
> <letter> bindings
> are missing. For example, C-c a should be org-agenda, but
> is unbound.
> 
> C-h m shows the right bindings.
> 
> Here's .emacs:
> 
>   (add-to-list 'load-path
> "/usr/local/share/emacs/site-lisp")
>   (add-to-list 'load-path
> "~/src/org-mode/contrib/lisp")
> 

.... did you *activate* Org-Mode ?

It is descibed in the Manual: 1.3 Activation
see:
http://orgmode.org/manual/index.html#Activation

e.g. : 
;; The following lines are always needed.  Choose your own keys.
     (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
     (global-set-key "\C-cl" 'org-store-link)
     (global-set-key "\C-ca" 'org-agenda)
     (global-set-key "\C-cb" 'org-iswitchb)

cheers

Giovanni






_______________________________________________
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 via email to