Next: Capture Templates, Previous: Setup Capture, Up: Capture [Index]
Display the capture templates menu
~C-c c: (org-capture)~
If you have templates defined, it offers these templates for selection; otherwise, use a new Org outline node as the default template. It inserts the template into the target file and switches to an indirect buffer narrowed to this new node. You may then insert the information you want.
You can also call ‘capture’ from the agenda
k c
Any timestamps inserted by the selected capture template defaults to the date at point in the agenda
Resume your work
~[C-u] C-c C-c: (org-capture-finalize)~
Refile the note to an appropriate place
~C-c C-w: (org-capture-refile)~
This is a normal refiling command that will be executed; ‘point’’s position is important. Make sure ‘point’ is on the appropriate parent node. See (org)Refile and Copy.
Any prefix argument given to this command is passed on to the org-refile
command.
Abort
~C-c C-k: (org-capture-kill)~
Abort the capture procedure and return to the previous state.