- Check the values of variables using
C-h v
M-x occur
Show definitionsM-x imenu
C-x C-Space
(accross buffers)C-u C-Space
(buffer only)
- Hideshow
C-.
(hs-toggle-hiding) toggle hidingC-,
(hs-hide-all) hide all in the bufferC-x C-,
(hs-show-all) show all in the buffer
M-x list-packages
- Use U to mark all upgradeable packages and x to perform upgrades
M-RET
(org-meta-return) Insert a new heading, item or rowC-RET
(org-insert-heading-respect-content) Insert a new heading at the end of the current subtreeM-UP
(org-move-subtree-up) Move subtree upM-DOWN
(org-move-subtree-down) Move subtree downM-S-LEFT/RIGHT
(org-promote/demote-subtree) Promote/demote the current subtreeC-c *
(org-toggle-heading) Turn a normal line or plain list item into a headline
M-S-RET
Insert a new item with checkboxS-UP/DOWN
Jump to the privous/next item in the current listC-c C-c
Toggle checkbox
- Handling links
C-c l
(org-store-link) Store a link to the current location.C-c C-l
(org-insert-link) When the cursor is on an existing link, link will be edited.C-c C-o
(org-open-at-point)
M-x org-md-export-to-markdown
- ref: Markdown export
- For inline code, enclose with = or ~