Next: Using capture, Previous: Capture, Up: Capture
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)