doc: note include does not support *

This commit is contained in:
Simon Michael 2016-02-19 22:51:18 -08:00
parent 269f7afe33
commit baeca07440
2 changed files with 4 additions and 0 deletions

View File

@ -664,5 +664,7 @@ include path/to/file.journal
If the path does not begin with a slash, it is relative to the current file. If the path does not begin with a slash, it is relative to the current file.
Glob patterns (`*`) are not currently supported.
The `include` directive may only be used in journal files, and currently The `include` directive may only be used in journal files, and currently
it may only include other journal files (eg, not CSV or timelog files.) it may only include other journal files (eg, not CSV or timelog files.)

View File

@ -781,6 +781,8 @@ include path/to/file.journal
If the path does not begin with a slash, it is relative to the current file. If the path does not begin with a slash, it is relative to the current file.
Glob patterns (`*`) are not currently supported.
The `include` directive may only be used in journal files, and currently The `include` directive may only be used in journal files, and currently
it may only include other journal files (eg, not CSV or timelog files.) it may only include other journal files (eg, not CSV or timelog files.)