From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: org-add-note not working with winner-mode Date: Sun, 03 Apr 2011 18:29:27 -0400 Message-ID: <25343.1301869767@alphaville.dokosmarshall.org> References: <20110403025527.695b870b@bhishma.homelinux.net> <87bp0no6bd.fsf@norang.ca> <20110403095147.68ee3693@bhishma.homelinux.net> <24281.1301865121@alphaville.dokosmarshall.org> <20110403145918.3ef81f68@bhishma.homelinux.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=45726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6Vnv-0004LR-6k for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 18:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6Vnt-0000ah-Uj for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 18:29:55 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:35352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6Vnt-0000aI-R7 for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 18:29:53 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LJ3004MWL53K700@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 17:29:40 -0500 (CDT) In-reply-to: Message from Suvayu Ali of "Sun, 03 Apr 2011 14:59:18 PDT." <20110403145918.3ef81f68@bhishma.homelinux.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Suvayu Ali Cc: Bernt Hansen , nicholas.dokos@hp.com, Org mode mailing list Suvayu Ali wrote: > On Sun, 03 Apr 2011 17:12:01 -0400 > Nick Dokos 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