From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Selecting to end of line Date: Thu, 10 Jul 2008 11:58:18 -0700 Message-ID: References: <9329736b0807081255t38398ad0k144b9ddf5fd88fb2@mail.gmail.com> <87iqvd8unc.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KH1LZ-0008RG-U7 for emacs-orgmode@gnu.org; Thu, 10 Jul 2008 14:58:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KH1LX-0008Pl-AI for Emacs-orgmode@gnu.org; Thu, 10 Jul 2008 14:58:29 -0400 Received: from [199.232.76.173] (port=45735 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KH1LX-0008Pb-79 for Emacs-orgmode@gnu.org; Thu, 10 Jul 2008 14:58:27 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:14643) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KH1LW-0006ps-Nl for Emacs-orgmode@gnu.org; Thu, 10 Jul 2008 14:58:27 -0400 In-Reply-To: <87iqvd8unc.fsf@gmail.com> 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: Paul R Cc: Emacs-orgmode@gnu.org On Jul 10, 2008, at 11:24 AM, Paul R wrote: > On Thu, 10 Jul 2008 09:37:28 -0700, Carsten Dominik > said: > > Carsten> Hi Ted, this is correct, the agenda does not allow to > Carsten> position the cursor at the end of the line because of > Carsten> technical reasons. So you need to work around this problem, > Carsten> for example by tripple-clicking the line with the mouse, or > Carsten> by selecting to the beginning of the next line with C-SPC > Carsten> down. > > a space after the item title would work as well. I don't know what > causes this limitation, but as a quick and dirty workaround can't you > add automatically a space at the end of the string when rendering the > agenda ? The reason for this limitation is that many functions rely on text properties, and I don't want to put some of those properties on the newline. To be honest, I don't exactly remember why, but I *do* remember that there were problems. An extra space sounds like a promising solution, I'll look into it. Thanks. - Carsten