mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-13 06:05:17 +03:00
;timedot: update docs
This commit is contained in:
parent
07258d727f
commit
752e8ed49a
@ -33,7 +33,7 @@ Each timelog item generates a hledger transaction.
|
|||||||
|
|
||||||
Quantities can be written as:
|
Quantities can be written as:
|
||||||
|
|
||||||
- time dots: a sequence of dots (.) representing quarter hours.
|
- dots: a sequence of dots (.) representing quarter hours.
|
||||||
Spaces may optionally be used for grouping.
|
Spaces may optionally be used for grouping.
|
||||||
Eg: .... ..
|
Eg: .... ..
|
||||||
|
|
||||||
@ -56,10 +56,13 @@ right in the time log, if needed:
|
|||||||
items taking no time, which will not appear in balance reports by
|
items taking no time, which will not appear in balance reports by
|
||||||
default. (Add -E to see them.)
|
default. (Add -E to see them.)
|
||||||
|
|
||||||
- Org headline prefixes (stars followed by at least one space, at the
|
- Org mode headlines (lines beginning with one or more `*` followed by
|
||||||
start of a line) are ignored, so a timedot file can also be an org
|
a space) can be used as date lines or timelog items (the stars are
|
||||||
outline. Emacs org mode users can use these to add structure and
|
ignored). Also all org headlines before the first date line are
|
||||||
control which parts of the file are visible.
|
ignored. This means org users can manage their timelog as an org
|
||||||
|
outline (eg using org-mode/orgstruct-mode in Emacs), for
|
||||||
|
organisation, faster navigation, controlling visibility etc.
|
||||||
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
@ -90,17 +93,19 @@ biz:research 1
|
|||||||
```
|
```
|
||||||
|
|
||||||
```timedot
|
```timedot
|
||||||
** 2020-02-29
|
* 2020 Work Diary
|
||||||
*** DONE
|
** Q1
|
||||||
|
*** 2020-02-29
|
||||||
|
**** DONE
|
||||||
0700 yoga
|
0700 yoga
|
||||||
*** UNPLANNED
|
**** UNPLANNED
|
||||||
*** BEGUN
|
**** BEGUN
|
||||||
hom:chores
|
hom:chores
|
||||||
cleaning ...
|
cleaning ...
|
||||||
water plants
|
water plants
|
||||||
outdoor - one full watering can
|
outdoor - one full watering can
|
||||||
indoor - light watering
|
indoor - light watering
|
||||||
*** TODO
|
**** TODO
|
||||||
adm:planning: trip
|
adm:planning: trip
|
||||||
*** LATER
|
*** LATER
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user