I try to combine my personal and LLC ledgers into one using `apply account` (`personal` and `lz`). In my root ledger file for each, I start with `apply account personal` or `apply account lz`, depending on which it is.
Then I import a global accounts file. But it doesn't seem to apply the root account to imported account declarations, is that right? If I declare the account directly in the ledger right next to the import, it works as expected.
Is that by design or a bug?