ledger-mode HEAD feedback

2014-12-16 Thread Simon Michael
Hi Craig, thanks a lot for maintaining ledger-mode. I just upgraded from bd8a1a6 (2014/05) to HEAD, here's some quick feedback in case it's useful: platform: osx yosemite emacs: 25.0.50.1 2014-12-15 procedure: git pull, byte-compile all .el files from dired, M-x (load "ledger") - ledger-con

Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Kev Lau
Hi, I am relatively new to homebrew/emacs so please forgive me for my questions. Where do I find the .ledgerrc on OSX Yosemite? In linux I would search for it and would point to the folder and then be able to edit the file to modify the date structure(from /DD/MM to DD/MM/. Appreciate if

Re: ledger-mode HEAD feedback

2014-12-16 Thread Craig Earls
Thanks Simon. I haven't tried an emacs 25 yet. Is there any chance you could try a 24 and see if this is a version problem? On Tuesday, December 16, 2014, Simon Michael wrote: > Hi Craig, > > thanks a lot for maintaining ledger-mode. I just upgraded from bd8a1a6 > (2014/05) to HEAD, here's some

Re: Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Craig Earls
There won't be one unless you create it. Place it in ~/ On Tuesday, December 16, 2014, Kev Lau wrote: > Hi, > I am relatively new to homebrew/emacs so please forgive me for my > questions. > Where do I find the .ledgerrc on OSX Yosemite? In linux I would search for > it and would point to the f

Re: ledger-mode HEAD feedback

2014-12-16 Thread Simon Michael
Sorry, not easy to do. Perhaps someone else can try. On 12/16/14 9:11 AM, Craig Earls wrote: Thanks Simon. I haven't tried an emacs 25 yet. Is there any chance you could try a 24 and see if this is a version problem? On Tuesday, December 16, 2014, Simon Michael mailto:si...@joyful.com>> wrote:

Re: ledger-mode HEAD feedback

2014-12-16 Thread Craig Earls
Thanks. Where did you get a 25? I will need to check. On Tuesday, December 16, 2014, Simon Michael wrote: > Sorry, not easy to do. Perhaps someone else can try. > > On 12/16/14 9:11 AM, Craig Earls wrote: > >> Thanks Simon. I haven't tried an emacs 25 yet. Is there any chance you >> could try a

Re: Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Kev Lau
Hi Craig, Ledger by default will read from there ? (from the ~/ ??) So how do i navigate to the ~/ ? By the following command:- cd ~/ nano .ledgerrc Appreciate your help! On Wednesday, December 17, 2014 12:22:26 AM UTC+8, Kev Lau wrote: > > Hi, > I am relatively new to homebrew/emacs so

Re: ledger-mode HEAD feedback

2014-12-16 Thread Simon Michael
On 12/16/14 9:25 AM, Craig Earls wrote: Thanks. Where did you get a 25? I will need to check. On OSX, I got it with brew install emacs --HEAD. On Ubuntu, I got it with apt-get install emacs-snapshot from the Ubuntu emacs PPA. -- --- You received this message because you are subscribed t

Date Error

2014-12-16 Thread Kev Lau
Hi Guys, I keep getting date error. Error: Invalid date: 01/08/2014 My date format is as follows:- --date-format %d/%m/%Y Any idea why? -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving ema

Re: ledger-mode HEAD feedback

2014-12-16 Thread Craig Earls
Thanks. I will put this in the list. On Tuesday, December 16, 2014, Simon Michael wrote: > On 12/16/14 9:25 AM, Craig Earls wrote: > >> Thanks. Where did you get a 25? I will need to check. >> > > On OSX, I got it with brew install emacs --HEAD. On Ubuntu, I got it with > apt-get install emacs

Re: Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Craig Earls
That will do it. On Tuesday, December 16, 2014, Kev Lau wrote: > Hi Craig, > Ledger by default will read from there ? (from the ~/ ??) > > So how do i navigate to the ~/ ? > > By the following command:- > > cd ~/ > nano .ledgerrc > > > Appreciate your help! > > On Wednesday, December 17, 2014 1

Re: Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Kev Lau
Hi Craig, I updated it with the following in my .ledgerrc :- --date-format %d-%m-%Y But I sett get error as follows:- Error: Invalid date: 30-07-2014 Why would it do this ? On Wednesday, December 17, 2014 12:22:26 AM UTC+8, Kev Lau wrote: > > Hi, > I am relatively new to homebrew/emacs so pl

Re: Date Error

2014-12-16 Thread Martin Michlmayr
* Kev Lau [2014-12-16 09:54]: > I keep getting date error. > > Error: Invalid date: 01/08/2014 > > My date format is as follows:- > > --date-format %d/%m/%Y You probably also need: --input-date-format %d/%m/%Y -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message

Re: Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Alexis
Hi Kevin, you need to use in your .ledgerrc :- --input-date-format %d-%m-%Y --date-format %d-%m-%Y is only used for the ledger output, for example in register reports. Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubs

Re: ledger-mode HEAD feedback

2014-12-16 Thread Craig Earls
Simon I just built emacs 25.0 and ledger-mode starts up just fine. I compiled all of the source files with emacs 25 with no errors and fontification works. I need some help on this one. On Tue, Dec 16, 2014 at 10:55 AM, Craig Earls wrote: > > Thanks. I will put this in the list. > > On Tuesday,