-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hledger, unknown flag #254
Comments
The BTW - I'm not sure if we support hledger officially or not |
Thank you for the response! and had a similar result. I was unaware that hledger was not supported, so will likely continue using ledger. |
There's an old open issue about hledger: #56. So probably some people use ledger-mode just fine with it. Seems like your issue is solved though so I'm closing this ticket. |
I think it's just "less supported", and all our tests run against "ledger". |
Context
I run emacs under the "doom-emacs" set of configurations, where I recently enabled ledger mode. The issue occurs when running
ledger-report
(C-c C-o C-r
) on a file. I have both ledger and hledger installed.I am running Ubuntu, 20.04LTS.
What's the expected behavior?
When I run
hledger-report
, a report is shown.What is the actual behavior?
When I run the command, I have the following string at the command prompt:
hledger -f /home/hyperion/Desktop/test.ledger reg Assets\:Bank\:Checking
Upon entering it, I get the following screen in the
*Ledger Report*
buffer.Running the
hledger
command in the terminal works fine, so I believe it is something to do with the flags passed in to the command.When changing from
hledger
toledger
on the command, it works fine, but I would like to know what flags are passed in (that are not shown in the*Ledger Report*
buffer).Extra Information
Below is a sample file I created to test the problem.
test.ledger
The text was updated successfully, but these errors were encountered: