From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Raimund_Kohl-F=FCchsle?= Subject: feature request Date: Sun, 18 Nov 2007 19:13:36 +0100 Message-ID: <474080D0.3000201@nabuli.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItoeR-00006i-K1 for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 13:13:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItoeQ-0008Vn-58 for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 13:13:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItoeP-0008Va-TZ for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 13:13:45 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItoeP-0001FD-HI for emacs-orgmode@gnu.org; Sun, 18 Nov 2007 13:13:45 -0500 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: org-mode-mailinglist org-mode Hi fellows, I have a question/feature request. Often tables are a very easy and apropriate way to structure information that are fluent. I work at the following table (e.g.): | Hotel | Manager | price | requested | booked | ----------------------------------------------- | blah | Mayer | 250 | | | | bluh | Schulze | 260 | | | ------------------------------------------------ Now here comes what would be neat: The tables lists all Hotels who offer seminar rooms, which person is banquett manager, the price for the room. Since I often book rooms for seminars (or invite people to workshops etc.) managing bookings/invitations via tables is more effective than doing it with TODO-items (more so because the same table is used over and over again). What would help greatly would be a way to manage fields the same way as with TODO items: A key-string would place a "NO" "RUNNING" "ANSWERED" button right there ... same way as with TODO-items. Is this already possible? Haven't found it in the manual. Greetings, ray