This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| emacs:orgmode [2017-08-15] – dcai | emacs:orgmode [2020-04-19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Org mode ====== | ||
| + | |||
| + | '' | ||
| + | '' | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ==== Structure editing ==== | ||
| + | Note, some key combinations don't work in tty: https:// | ||
| + | * insert new TODO entry/ | ||
| + | * convert heading to checkbox '' | ||
| + | * convert checkbox to heading '' | ||
| + | * Update checkboxes progress '' | ||
| + | * rotate the state of the current item '' | ||
| + | |||
| + | ==== Journal ==== | ||
| + | * '' | ||
| + | |||
| + | ==== timetable ==== | ||
| + | |||
| + | * Clock in: '' | ||
| + | * Clock out: '' | ||
| + | * Insert a timesheet summary: '' | ||
| + | * Update a timesheet summary: '' | ||
| + | * Update all timesheets: '' | ||
| + | * Custom the clock table: http:// | ||
| + | |||
| + | ==== Agenda ==== | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * Open weekly agenda: '' | ||
| + | * Open daily agenda: '': | ||
| + | * Move day forward: '' | ||
| + | * Move day backward: '' | ||
| + | * Open [[ http:// | ||
| + | * C-c C-d Enter a DEADLINE date | ||
| + | * C-c C-s Enter a SCHEDULED date | ||
| + | |||
| + | ==== Motion ==== | ||
| + | * Next/Prev heading '' | ||
| + | * Next/Prev heading (same level): '' | ||
| + | |||
| + | ==== create new entry ==== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | * New head, item or row: '' | ||
| + | * New heading at the end of current subtree: '' | ||
| + | |||
| + | ==== Manipulate timestamps ==== | ||
| + | Update time entry: '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | On CLOCK log lines, increase/ | ||
| + | |||
| + | '' | ||
| + | |||
| + | On CLOCK log lines, increase/ | ||
| + | |||
| + | ==== Calendar ==== | ||
| + | |||
| + | === insert === | ||
| + | ^ key ^ action | ||
| + | |C-c . |Prompt for active date| | ||
| + | |C-c ! |Prompt for inactive date| | ||
| + | |C-c C-d |Enter a DEADLINE date| | ||
| + | |C-c C-s |Enter a SCHEDULED date| | ||
| + | === cal navigation === | ||
| + | ^ key ^ action | ||
| + | |Shift-RIGHT |Go forward a day| | ||
| + | |Shift-LEFT |Go backward a day| | ||
| + | |Shift-UP |Go to previous week| | ||
| + | |Shift-DOWN |Go to next week| | ||
| + | |< | ||
| + | |> | ||
| + | |. |Go to Today| | ||
| + | |||
| + | ref: http:// | ||
| + | ==== Visibility settings ==== | ||
| + | |||
| + | < | ||
| + | #+STARTUP: overview | ||
| + | #+STARTUP: content | ||
| + | #+STARTUP: showall | ||
| + | #+STARTUP: showeverything | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== References ===== | ||
| + | |||
| + | http:// | ||