On Wednesday 22 January 2014 22:22:49 Yawar Amin wrote: > Hi, > > I'm following the instructions at > http://wiki.gnucash.org/wiki/Custom_Reports#Load_the_report_from_a_us > er_account and trying to prototype a new Scheme report. However I > don't see it anywhere on the Reports menu. There are no indicators as > to what happened, why it failed to show up. > > I have a %HOME%\.gnucash\config.user file with: > > (load > "C:\\Users\\Yawar\\Documents\\coding\\gc-decl-reports\\gc-decl-report > s.scm") > I think the path loading code has issues with windows drive letter specifications. It won't recognize this as an absolute path. You could try the mingw notation instead: /c/Users/Yawar/Documents/...
Or as you already discovered a relative path to $HOME/.gnucash. Geert _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel