conservancy_beancount/tests/books/books/2019.beancount
Brett Smith aa488effb0 books.Loader: New loading strategy based on load_file. RT#11034.
Building a string and loading it means Beancount can never cache any
load. It only caches top-level file loads because options in the
top-level file can change the semantics of included entries.

Instead use load_file as much as possible, and filter entries as
needed.
2020-05-16 10:29:06 -04:00

3 lines
96 B
Text

option "title" "Books from 2019"
include "../definitions.beancount"
include "../2019.beancount"