Re: [O] `org-drill' broken in recent commits git commits
York Zhao writes: > But anyways, this is no longer a big problem and it is tolerable. Thank you > very > much for the help. You're welcome, -- Bastien
Re: [O] `org-drill' broken in recent commits git commits
Hi Bastien, I have figured out that I could press "S-arrow" to change the date when being asked to input a date after selected '2'. I found that if I change it to a future date I will not be asked for this question in the current drill session because the scheduled date has been set to a future date; however, changing to a date before the current datehas no effect. The question is why asking me to choose a date? It was not behaving like this and I don't think there is any changes in `org-drill', in other words, it looks like that recent changes in `org-mode' (not `org-drill') affected the behavior of `org-drill'. But anyways, this is no longer a big problem and it is tolerable. Thank you very much for the help. York On Wed, Feb 20, 2013 at 1:11 AM, Bastien wrote: > Hi York, > > well, I did try org-drill.el to see if there was no trivial error > triggered by a recent change in Org's master, but found none. > > Paul, can you understand/reproduce/fix York's problem? > > Best, > > -- > Bastien
Re: [O] `org-drill' broken in recent commits git commits
Hi York, well, I did try org-drill.el to see if there was no trivial error triggered by a recent change in Org's master, but found none. Paul, can you understand/reproduce/fix York's problem? Best, -- Bastien
Re: [O] `org-drill' broken in recent commits git commits
Hi Bastien, Thank you very much for the reply. Sorry that I forgot to mention my Emacs version. I'm using GNU Emacs 24.2.1. I just tried the scenario again with the latest `org-mode' and the symptom changed a bit. I no longer get stuck which is good however, after typed the character `2', I was asked to input a date, but I could only accept the default date and was not able to change this date. Asking to input a date is a new behavior and makes no sense especially when the default date is not changeable. I have checked the `org-drill' and it seems that the `org-drill' hasn't been changed for a few months. When you test `org-drill' on the sample file have you been asked to input a date? Thanks, York On Sat, Feb 16, 2013 at 9:38 AM, Bastien wrote: > Hi York, > > York Zhao writes: > >> Hi there, `org-drill' has broken recently (after git commit >> "3380460"), here is the steps >> to reproduce the issue: >> >> 1. Create a new org-mode buffer with the following contents: >> >> * org-drill test :drill: >> Foo >> ** Answer >> Bar >> >> 2. M-x org-drill >> 3. Press >> 4. Press `2' and you are stuck there forever until pressing `q' or "C-g". > > I cannot reproduce this. Does this happen with emacs -Q? What is > your version of Emacs? > > Thanks, > > -- > Bastien
Re: [O] `org-drill' broken in recent commits git commits
Hi York, York Zhao writes: > Hi there, `org-drill' has broken recently (after git commit > "3380460"), here is the steps > to reproduce the issue: > > 1. Create a new org-mode buffer with the following contents: > > * org-drill test :drill: > Foo > ** Answer > Bar > > 2. M-x org-drill > 3. Press > 4. Press `2' and you are stuck there forever until pressing `q' or "C-g". I cannot reproduce this. Does this happen with emacs -Q? What is your version of Emacs? Thanks, -- Bastien
[O] `org-drill' broken in recent commits git commits
Hi there, `org-drill' has broken recently (after git commit "3380460"), here is the steps to reproduce the issue: 1. Create a new org-mode buffer with the following contents: * org-drill test :drill: Foo ** Answer Bar 2. M-x org-drill 3. Press 4. Press `2' and you are stuck there forever until pressing `q' or "C-g". Thanks, York