From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: things I don't understand about tables Date: Tue, 13 Nov 2012 20:07:27 -0500 Message-ID: <4423.1352855247@alphaville> References: <8650.1352765561@alphaville.americas.hpqcorp.net> <3878.1352784613@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYRS1-0008UQ-Qf for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 20:07:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYRRy-0002Kv-O9 for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 20:07:33 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:12439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYRRy-0002Ka-J6 for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 20:07:30 -0500 In-Reply-To: Message from Jude DaShiell of "Tue, 13 Nov 2012 18:40:04 EST." 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: Jude DaShiell Cc: emacs-orgmode@gnu.org Jude DaShiell wrote: > > The minibuffer is read only when I try to type -2 and S-left generates > > some symbols like = and [ but does not change the highlighted date. > > > > When I did c-c . and got current date with surrounding virtual calendar > months, I noticed the cursor was positioned to the left of the = sign on > line 25. When I moved it to the right of the = sign I was able to key in > -2 and then I hit enter and this time the date moved back two days! > Thanks much for the help provided. I don't have to use Windows or excel > for this task now. > Is line 25 the minibuffer? And when you say the = sign, is that part of the "live display" of what org thinks you mean? There is an ASCII arrow => followed by the current candidate for a date (I believe that's an overlay: when I try to move to the right, my cursor skips all the way to the right after the "live display"). I'm not sure what's going on in your case, but in my case, I press C-c . -2 RET and it works: I don't have to move the cursor anywhere before I type the -2. Nick