Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 849 Bytes

notes.org

File metadata and controls

16 lines (16 loc) · 849 Bytes

Org mode

C-c C-, sto insert begin end src code block
C-c ’edit the current block in temp buffer, use the same command to exit
C-c a adisplays current Week or day agenda
C-c a tdisplays todo list
C-c a cdisplays agenda and todo list simultaneously

Elisp commands

C-M-xto execute elisp function where point is anywhere in the function
C-u C-M-xto execute elisp function where point is anywhere in the function and enable debug

Macro

<f3>C-x (start creating kbd macro
<f4>C-x )ends the macro creation
M-x name-last-kbd-macroGive name to the recently created key board macro defined using <f3>
M-x insert-kbd-macroInsert the macro with name in the current buffer

Undo tree commands (package: undo-tree)

C-x uvisualize undo tree