Next: Using capture, Previous: Capture, Up: Capture
The following customization sets a default target9 file for notes, and defines a global key for capturing new stuff.
(setq org-default-notes-file (concat org-directory "/notes.org")) (define-key global-map "\C-cc" 'org-capture)
Using capture templates, you get finer control over capture locations, see Capture templates.