OK, it will handles anything in doubles quotes as top priority now, so you could even have somthing crazy like
A:crzy:account "$1232 345EUR" 5 ELISP> (ledger-split-commodity-string "\"$1232 345EUR\" 5") (5 "$1232 345EUR") On Mon, Mar 25, 2013 at 4:27 PM, Rémi Vanicat <[email protected]> wrote: > Craig Earls <[email protected]> writes: > >> Yes, it will fail on the commodity you mention. By convention, only >> single character currency symbols happen ahead of the value. I will >> handle multi character commodities without numerals ahead of the >> value. > > I like the way ledger do not force to follow the convention, and let me > use transaction like: > > 2012/01/02 * Magic store > Rémi:Items "magic hammer, +2" 1 > Loot:killed enemy > > That said I don't use this possibility, so I don't care so much. > > I just found another problem with my code, but I believe it now mostly > bullet proof, but I have not a complete knowledge of ledger possibility, > so it's you call. > > [...] > > > -- > Rémi Vanicat > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Craig, Corona De Tucson, AZ enderw88.wordpress.com -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
