emacs-orgmode
[Top][All Lists]
Advanced

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

R: [Orgmode] Problem with keys not being mapped


From: Giovanni Ridolfi
Subject: R: [Orgmode] Problem with keys not being mapped
Date: Wed, 14 Jan 2009 14:48:02 +0000 (GMT)

--- Mer 14/1/09, Peter Westlake <address@hidden> 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








reply via email to

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