From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: table bug and SCHEDULED: issue Date: Tue, 21 Nov 2006 13:54:39 +0100 Message-ID: <8f522c9e1fadb59fad0a265b61f42547@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmV9F-00027u-JQ for emacs-orgmode@gnu.org; Tue, 21 Nov 2006 07:54:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmV9B-0001zf-Gq for emacs-orgmode@gnu.org; Tue, 21 Nov 2006 07:54:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmV9B-0001zO-92 for emacs-orgmode@gnu.org; Tue, 21 Nov 2006 07:54:45 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GmV9B-00058A-4z for emacs-orgmode@gnu.org; Tue, 21 Nov 2006 07:54:45 -0500 In-Reply-To: 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: Eddward DeVilla Cc: emacs-orgmode On Nov 20, 2006, at 17:49, Eddward DeVilla wrote: > Hi, > > I don't know if I'd call it a bug or not, but I think the behavior > of SCHEDULED: in a table changed. I'm still working on adding > SCHEDULED: to my mad little method of organizing work. I believe in a > previous version of org-mode I was able to have a table lie the > following and have the containing todo item show up in the week-agenda > view. > > * quick info > |------------+------------------| > | Blah | Blah blah | > | SCHEDULED: | <2006-11-02 Thu> | > | DEADLINE: | | > |------------+------------------| > > Now this does not show up in the week-agenda. Honestly, I was > surprised when it did work, and on the off chance it is supposed to, > well it doesn't now. If the ability to say 'SCHEDULED: -' > were to be added as mentioned recently, such that it on the agenda on > day and overdue if not done by , I would be just as > pleased to use that outside of my quick info table. Well, there is possibility that this might have worked, but I am not convinced. For me, if I use this file, I do get an entry "quick info" on November 2 in my agenda, I don't understand why you don't. The reason why it is in the agenda is the naked time stamp, and has nothing to do with the SCHEDULED keyword. Thats why this entry shows up only on the day and is not forwarded like a scheduled item would be. Why are you not using: * quick info |-----------------------------| | Blah Blah blah | | SCHEDULED: <2006-11-02 Thu> | | DEADLINE: | |-----------------------------| then this item would really be scheduled for this date. > > Second, while testing this, I found that if I backspace over the pipe > character between SCHEDULED: and the date and then do an undo, the > pipe character is not restored. I'm guessing the optimized table > editor is involved some how. It isn't a big problem me or anything, > but I thought I'd mention it. This one I cannot reproduce. Anyone? - Carsten