- editing
- make bold:
C-c C-x C-f *
- make italic:
C-c C-x C-f /
- make bold:
- clock
- jump to current task:
C-c C-x C-j
- reports
- recalculate:
C-c C-y
- weekly
- #+BEGIN: clocktable :maxlevel 4 :scope agenda :stepskip0 t :fileskip0 t :block thisweek
- monthly
- #+BEGIN: clocktable :maxlevel 4 :scope agenda :fileskip0 t :block thismonth
- recalculate:
- jump to current task:
- tipps
- focus on current tree:
C-x n s
- unfocus:
C-x n w
- focus on current tree:
- agenda
- add current file to
org-agenda-files
:M-x org-agenda-file-to-front
(especially when dealing withgpg
files)
- add current file to
- macros
-
Increment number in titles:
C-1 <f3> - [ ] Chapter <f3> <ret> C-5 <f4>
to get five chapters. (The C-1 is to start the counter at one, it usually starts at 0.) (Source)
-
ORG Mode/Tipps