help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: writing ledger mode, date picker


From: jenia.ivlev
Subject: Re: writing ledger mode, date picker
Date: Sat, 07 Nov 2015 16:18:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

I found an answer. I'm using `org-read-date`:

       (let ((x (org-read-date))) 



But I'm reading the function org-read-date and I can't understand how it 
binds `calendar-cursor-to-date` to "enter" key press in calendar mode.

What I see is that `org-ans2` is set in `org-eval-in-calendar`

But what I don't understand is how do you bind `org-ans2`,
`calendar-cursor-to-date` to the "enter" key in calendar mode.

Does anyone here know?

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]