You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a command using ledger-report-edit-report, the user is presented with the ledger-report-format-specifiers already expanded. This means if they save the edit, the format specifier values will then be hard coded.
I intend to open a PR to store the un-expanded report command in ledger-report-cmd and wait until ledger-do-report to actual expand the command. I wanted to open this issue to document the problem.
The text was updated successfully, but these errors were encountered:
kevinjfoley
added a commit
to kevinjfoley/ledger-mode
that referenced
this issue
Jan 22, 2022
Delays the expansion of the report command until execution time. This leaves
the command in `ledger-report-cmd' unexpanded, which prevents the expanded
version of the command from being edited / saved by the user.
Resolvesledger#325
Delays the expansion of the report command until execution time. This leaves
the command in `ledger-report-cmd' unexpanded, which prevents the expanded
version of the command from being edited / saved by the user.
Resolvesledger#325
When editing a command using
ledger-report-edit-report
, the user is presented with theledger-report-format-specifiers
already expanded. This means if they save the edit, the format specifier values will then be hard coded.I intend to open a PR to store the un-expanded report command in
ledger-report-cmd
and wait untilledger-do-report
to actual expand the command. I wanted to open this issue to document the problem.The text was updated successfully, but these errors were encountered: