-
-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.affects3-fewAffects just a few users.Affects just a few users.annoyance2-minorMinor to moderate usability/doc bug, reasonably easy to avoid or tolerate.Minor to moderate usability/doc bug, reasonably easy to avoid or tolerate.journalThe journal file format, and its features.The journal file format, and its features.
Description
A bug, or at least a mystery to investigate:
# Sometimes I alias . to : so I can write . for subaccounts.
alias /\./=:
# Here I also make a short alias (ow) for a second-level account (w:ow).
alias ow=w.ow
2025-10-01
(ow.aaa) 1
I expected ow.aaa to be equivalent to writing w:ow:aaa, but it's not:
$ hledger accounts
ow:aaa
If I change it to ow:aaa, it works:
$ hledger accounts
w:ow:aaa
Metadata
Metadata
Assignees
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.affects3-fewAffects just a few users.Affects just a few users.annoyance2-minorMinor to moderate usability/doc bug, reasonably easy to avoid or tolerate.Minor to moderate usability/doc bug, reasonably easy to avoid or tolerate.journalThe journal file format, and its features.The journal file format, and its features.