Next: , Previous: , Up: Capture   [Contents][Index]

9.1.1 Setting up capture

The following customization sets a default target file for notes, and defines a global key90 for capturing new material.

(setq org-default-notes-file (concat org-directory "/notes.org"))
(define-key global-map "\C-cc" 'org-capture)

Footnotes

(90)

Please select your own key, C-c c is only a suggestion.