Hi, Mike,
Da: Mike Fitzgerald <mikef...@gmail.com> Inviato: Venerdì 27 Luglio 2012 17:10 I am experiencing the bug described at here: http://comments.gmane.org/gmane.emacs.orgmode/55873 there Christopher said: >> (define-key org-mode-map (kbd "C-'") nil)) > You have to quote the inner form. what about: (define-key org-mode-map (kbd "\C-\'") nil)) Just for curiosity what is the rationale for remapping org-mode-map? Regarding your configuration I think that (require 'org) and (require 'org-capture) are not necessary. With Org-mode version 7.8.11 (c8acf8d6957 @ GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN I don't have them and Org works. cheers, Giovanni