From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Unable to use M-Ret from line-wrapped relative time items Date: Fri, 15 Apr 2011 22:23:22 -0400 Message-ID: <87tydz3pet.fsf@norang.ca> References: <4DA8F262.5020800@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAvAb-0001Jg-Jb for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 22:23:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAvAa-0007bf-Ir for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 22:23:33 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:58716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAvAa-0007bW-H2 for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 22:23:32 -0400 In-Reply-To: <4DA8F262.5020800@gmail.com> (Tomer Altman's message of "Fri, 15 Apr 2011 18:35:30 -0700") 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 To: Tomer Altman Cc: emacs-orgmode@gnu.org Hi Tomer, Yes this is the right forum for the report. I don't use a Mac or relative timers so I'm afraid I can't be of much help on your issue. There are other Mac users on this list so hopefully one of them will respond. Regards, Bernt Tomer Altman writes: > 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