This is the official manual for the latest Org-mode release.
The following customization sets a default target file for notes, and defines a global key1 for capturing new material.
(setq org-default-notes-file (concat org-directory "/notes.org")) (define-key global-map "\C-cc" 'org-capture)