From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: table bug and SCHEDULED: issue Date: Mon, 20 Nov 2006 10:49:14 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmCKh-0004uR-1B for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 11:49:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmCKf-0004sm-Am for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 11:49:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmCKf-0004sg-23 for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 11:49:21 -0500 Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GmCKe-0000zn-Dm for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 11:49:21 -0500 Received: by ug-out-1314.google.com with SMTP id j3so1354249ugf for ; Mon, 20 Nov 2006 08:49:17 -0800 (PST) Content-Disposition: inline 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: emacs-orgmode 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. 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. Edd