Created
June 9, 2010 19:55
-
-
Save gregnewman/432084 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Org-mode timetable for particular day(s) | |
C-c C-x C-r to insert a dynamic block for the current file or from the root of a tree. | |
To get a clock summary of the current level 1 tree, for the current day, you could write | |
#+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t | |
#+END: clocktable | |
and to use a specific time range you could write6 | |
#+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" | |
:tend "<2006-08-10 Thu 12:00>" | |
#+END: clocktable | |
A summary of the current subtree with % times would be | |
#+BEGIN: clocktable :scope subtree :link t :formula % | |
#+END: clocktable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment