emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Tag table entries?


From: Dan Davison
Subject: Re: [Orgmode] Tag table entries?
Date: Mon, 03 May 2010 16:52:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Johan Ekh <address@hidden> writes:

> Hi all,
> I wonder if it is possible to tag rows in a table?
>
> For example, if  I have a table of expenses, i.e. columns with "date", "note" 
> and "sum",
> and then want to group the entries into different categories such as 
> "groceries", "car" etc.
>
> Can I do this someway?

Hi Johan,

You can't attach metadata such as tags to table rows. Two things come to
mind.

1. If you just want the table for visual purposes (as opposed for doing
   calculations with it), then you could use column-view. I.e. you would
   have a subtree for groceries and a subtree for car; categories such
   as date, note and sum would be stored in properties.

http://orgmode.org/manual/Column-view.html#Column-view

Visibility cycling works in column view so you can group and ungroup the rows.

[is there anyway of creating a normal Org table from a column view
"table"?]

2. org-babel: If you're happy with a suitable supported language, then
   store the category label in a column and you can transform the master
   table however you want. R would be a convenient language for working
   with a table like this.

Dan



>
> Best regards,
> Johan
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]