Simon Michael
Simon Michael
Brainstorming more alternatives: - Add the hledger command as a shebang line in project journals so they can be accessed uniformly by executing them - Add some heuristic to hledger...
How about (ignoring parent directories for now since this is complicated enough): 1. use -f FILE if specified 2. or $LEDGER_FILE if set 3. or ./.hledger if it exists #...
I usually regret and roll back these over clever heuristics because they're unpredictable, but maybe it would be mostly harmless here: 1, 2 and 7 are as before, and predictable....
Thanks for your explorations @jmtd!
Here are some more details/notes from my new workgroups2 config. ```emacs-lisp ;;;; Workgroups ;; https://github.com/pashinin/workgroups2 ;; Note: before loading workgroups2 (setq wg-prefix-key "C-c C-x") ;; load and enable (add-to-list 'load-path...
@redguardtoo: understood. As a result, it feels like starting over with a new package (workgroups3 ?). Here are questions I had as a user, and my current answers/guesses - please...
Nice! Comment updated.
Agreed! Thanks for the issue. We need someone to research and/or build a small prototype, eg localising just the title of the balancesheet report. Also, to think about hledger as...
Let's focus this issue on just: 1. making the "financial statement" balance reports (bs, bse, cf, is) localisable, particularly their main and sub titles and maybe (because they seem to...
Perhaps implementing the flexible `balancereport` command would be a good start. Help welcome, including a better name for it.