Suvayu Ali <fatkasuvayu+li...@gmail.com> wrote: > On Sun, 03 Apr 2011 17:12:01 -0400 > Nick Dokos <nicholas.do...@hp.com> wrote: > > > I replied earlier (just to Bernt - forgot to copy the list, sorry > > about that) that I couldn't reproduce it either. I still cannot > > reproduce it with the above instructions or with a minimal .emacs > > that just loads org and turns on winner-mode. I can add notes to my > > heart's content. > > I tried with the attached minimal test file and minimal setup. I still > have the issue with Emacs 24.0.50.1. I have tried running emacs like > this: > > $ emacs -Q -l min.el testfile.org > $ emacs -nw -Q -l min.el testfile.org > > However the problem vanishes with Emacs 23.2.1. Does this mean this is > an Emacs 24 problem? >
Mine was a fairly recent GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of 2011-03-16. I think you'd be better off if you tried debugging the org-add-note function using edebug. Nick