org: Setting up capture

 
 9.1.1 Setting up capture
 ------------------------
 
 The following customization sets a default target file for notes, and
 defines a global key(1) for capturing new material.
 
      (setq org-default-notes-file (concat org-directory "/notes.org"))
      (define-key global-map "\C-cc" 'org-capture)
 
    ---------- Footnotes ----------
 
    (1) Please select your own key, ‘C-c c’ is only a suggestion.