Table of Contents

Org mode

M is option key in macOS. M+RET wouldn't work in cli version, see this: https://github.com/syl20bnr/spacemacs/issues/3283

Cheatsheet

Structure editing

Note, some key combinations don't work in tty: https://orgmode.org/manual/TTY-keys.html#TTY-keys

Journal

timetable

Agenda

Motion

create new entry

http://orgmode.org/manual/Structure-editing.html

Manipulate timestamps

Update time entry: C-c C-c or C-c C-y

C-S-<up/down> (org-clock-timestamps-up/down)

On CLOCK log lines, increase/decrease both timestamps so that the clock duration keeps the same.

S-M-<up/down> (org-timestamp-up/down)

On CLOCK log lines, increase/decrease the timestamp at point and the one of the previous (or the next clock) timestamp by the same duration. For example, if you hit S-M-<up> to increase a clocked-out timestamp by five minutes, then the clocked-in timestamp of the next clock will be increased by five minutes.

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
< Scroll calendar back 1 month
> Scroll calendar forward 1 month
. Go to Today

ref: http://members.optusnet.com.au/~charles57/GTD/org_dates/

Visibility settings

#+STARTUP: overview
#+STARTUP: content
#+STARTUP: showall
#+STARTUP: showeverything

References

http://orgmode.org/manual/Clocking-commands.html