From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Use tagging in table rows? (was: Personal Finance in org-mode) Date: Tue, 14 Apr 2009 05:36:11 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ltf4A-0005so-NM for emacs-orgmode@gnu.org; Tue, 14 Apr 2009 05:36:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ltf46-0005nf-0D for emacs-orgmode@gnu.org; Tue, 14 Apr 2009 05:36:30 -0400 Received: from [199.232.76.173] (port=37686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ltf45-0005nE-It for emacs-orgmode@gnu.org; Tue, 14 Apr 2009 05:36:25 -0400 Received: from main.gmane.org ([80.91.229.2]:46725 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ltf45-0004YE-0s for emacs-orgmode@gnu.org; Tue, 14 Apr 2009 05:36:25 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ltf43-0003Jq-N0 for emacs-orgmode@gnu.org; Tue, 14 Apr 2009 09:36:23 +0000 Received: from 75-94-107-246.roc.clearwire-dns.net ([75.94.107.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Apr 2009 09:36:23 +0000 Received: from jtk by 75-94-107-246.roc.clearwire-dns.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Apr 2009 09:36:23 +0000 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@gnu.org Is there a way to use the org-mode tagging interface in table rows to categorize row data? * Headline :tag1:tag2: | col1 | col2 | col3 | |------+------+------------| | data | data | :tag1: | | data | data | :tag1:tag2 | In the above example, tags in the table are not recognized, and the C-c C-c UI isn't available. Not surprising, as the table rows are not headlines. I find org tables very useful for preparing data for database import, and some form of tagging would make it that much better. Thanks, Jeff