Next: , Previous: , Up: Mastering Org-Mode   [Index]


19 Commands

(org-cycle &optional ARG)
  • <TAB> Cycle the subtree visibility.
  • C-u <TAB> Global cycling, i.e., <S-TAB>
  • C-u C-u <TAB> Switch to initial visibility
(org-global-cycle &optional ARG)
  • <S-TAB> | <C-u <TAB> Cycle the global visibility.
  • C-<N> <TAB> Show contents up to N levels.
(org-insert-drawer &optional ARG DRAWER)
  • C-c C-x d’: insert drawer interactively at point
  • C-u C-c C-x d’: insert a PROPERTY drawer into the current entry. (same as next)
  • C-u M-x org-insert-drawer’: Insert a PROPERTY drawer into the current entry.
(org-property-action)

C-c C-c’: Do an action on properties. With point in a property drawer, this executes property commands. A menu is presented.

  • s’: set
  • d’: delete
  • D’: global delete
  • c’: compute property
(org-set-property PROPERTY VALUE)
  • C-c C-x p’: In the current entry, set PROPERTY to VALUE