From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomer Altman Subject: Re: Unable to use M-Ret from line-wrapped relative time items Date: Fri, 15 Apr 2011 18:35:30 -0700 Message-ID: <4DA8F262.5020800@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAuQM-0001og-Ab for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 21:35:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAuQL-0001y1-ID for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 21:35:46 -0400 Received: from lo.gmane.org ([80.91.229.12]:56049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAuQL-0001xo-CE for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 21:35:45 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QAuQK-0001Wc-3W for emacs-orgmode@gnu.org; Sat, 16 Apr 2011 03:35:44 +0200 Received: from c-98-210-152-67.hsd1.ca.comcast.net ([98.210.152.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2011 03:35:44 +0200 Received: from taltman by c-98-210-152-67.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2011 03:35:44 +0200 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: emacs-orgmode@gnu.org Can someone merely reply and confirm that: * I've submitted this bug report to the correct forum * I've supplied the information that I need to Thank you for your time. Cheers, ~Tomer Altman On 4/13/11 10:59 AM, Tomer Altman wrote: > Hi, > > I am an inexperienced org-mode user, so my apologies if this bug report > falls short, or is submitted to the wrong forum. > > I've been experiencing an annoying bug/break since upgrading to OrgMode > 7.5. I'm running it on GNU Emacs 22.3.1 (i386-apple-darwin9, Carbon > Version 1.6.0). > > When I am using a relative timer, I can usually hit M-Ret at the end of > the current item, to create a new time-stamped item (I'm using [X] for > point): > > - 0:02:04 :: foo[X] > > This leads to a new timestamp item: > > - 0:02:04 :: foo > - 0:02:06 :: > > But when the text of the second note gets to be too long, Emacs wraps > the text to the next line (I have the Fill minor mode active). Trying to > use M-Ret from the end of the second line of the second item leads to > the attached break/backtrace: > > - 0:02:04 :: foo > - 0:02:06 :: bar bar bar bar bar bar bar bar bar bar bar bar bar bar > bar[X] > > Any ideas on how to fix this bug/break? Do I merely need to upgrade my > version of GNU Emacs? > > Thank you for your time & help, > > ~Tomer