* Mixing org-mode tables with outlining?
@ 2011-05-19 6:21 Chris Barber
2011-05-19 7:56 ` Eric S Fraga
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Chris Barber @ 2011-05-19 6:21 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
Hi, I am planning to record some ideas in org-mode, and I would love to be
able to set it out as follows:
* Ideas
** | Idea | A property | A property |
*** Regular outlined notes
Some notes
*** More sub notes
** | Idea 2 | Property | Property |
Is there any way for me to do this? Essentially it would function like a
table until you tab down into it.
I think this would be FANTASTIC!
Thanks,
Chris
[-- Attachment #2: Type: text/html, Size: 535 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Mixing org-mode tables with outlining?
2011-05-19 6:21 Mixing org-mode tables with outlining? Chris Barber
@ 2011-05-19 7:56 ` Eric S Fraga
2011-05-19 8:53 ` Michael Brand
[not found] ` <4DD4C4A8.5040804@christianmoe.com>
2 siblings, 0 replies; 7+ messages in thread
From: Eric S Fraga @ 2011-05-19 7:56 UTC (permalink / raw)
To: emacs-orgmode
Chris Barber <c.barber80@gmail.com> writes:
> Hi, I am planning to record some ideas in org-mode, and I would love to be
> able to set it out as follows:
>
> * Ideas
> ** | Idea | A property | A property |
> *** Regular outlined notes
> Some notes
> *** More sub notes
> ** | Idea 2 | Property | Property |
>
> Is there any way for me to do this? Essentially it would function like a
> table until you tab down into it.
> I think this would be FANTASTIC!
> Thanks,
> Chris
Have a look at properties and columns in info: (org) Properties and
Columns. I believe that column with with properties will do exactly
what you want.
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.284.g2a8fb)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Mixing org-mode tables with outlining?
2011-05-19 6:21 Mixing org-mode tables with outlining? Chris Barber
2011-05-19 7:56 ` Eric S Fraga
@ 2011-05-19 8:53 ` Michael Brand
2011-05-19 11:24 ` Chris Barber
[not found] ` <4DD4C4A8.5040804@christianmoe.com>
2 siblings, 1 reply; 7+ messages in thread
From: Michael Brand @ 2011-05-19 8:53 UTC (permalink / raw)
To: Chris Barber; +Cc: emacs-orgmode
Hi Chris
This _is_ fantastic, Org can do it with column view:
http://orgmode.org/manual/Column-view.html#Column-view
Michael
On Thu, May 19, 2011 at 08:21, Chris Barber <c.barber80@gmail.com> wrote:
> Hi, I am planning to record some ideas in org-mode, and I would love to be
> able to set it out as follows:
> * Ideas
> ** | Idea | A property | A property |
> *** Regular outlined notes
> Some notes
> *** More sub notes
> ** | Idea 2 | Property | Property |
> Is there any way for me to do this? Essentially it would function like a
> table until you tab down into it.
> I think this would be FANTASTIC!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Mixing org-mode tables with outlining?
2011-05-19 8:53 ` Michael Brand
@ 2011-05-19 11:24 ` Chris Barber
2011-05-19 12:36 ` Eric Schulte
2011-05-19 13:16 ` Michael Brand
0 siblings, 2 replies; 7+ messages in thread
From: Chris Barber @ 2011-05-19 11:24 UTC (permalink / raw)
To: Michael Brand; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]
This is a great idea!
I think I may well end up using this.
Would it still be possible to do calculations within the heading?
Eg once I have filled in all my headings and properties, how could I make
the value of the last property for each heading equal to the average of the
previous 3 columns?
On Thu, May 19, 2011 at 6:53 PM, Michael Brand
<michael.ch.brand@gmail.com>wrote:
> Hi Chris
>
> This _is_ fantastic, Org can do it with column view:
> http://orgmode.org/manual/Column-view.html#Column-view
>
> Michael
>
> On Thu, May 19, 2011 at 08:21, Chris Barber <c.barber80@gmail.com> wrote:
> > Hi, I am planning to record some ideas in org-mode, and I would love to
> be
> > able to set it out as follows:
> > * Ideas
> > ** | Idea | A property | A property |
> > *** Regular outlined notes
> > Some notes
> > *** More sub notes
> > ** | Idea 2 | Property | Property |
> > Is there any way for me to do this? Essentially it would function like a
> > table until you tab down into it.
> > I think this would be FANTASTIC!
>
[-- Attachment #2: Type: text/html, Size: 1629 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Mixing org-mode tables with outlining?
2011-05-19 11:24 ` Chris Barber
@ 2011-05-19 12:36 ` Eric Schulte
2011-05-19 13:16 ` Michael Brand
1 sibling, 0 replies; 7+ messages in thread
From: Eric Schulte @ 2011-05-19 12:36 UTC (permalink / raw)
To: Chris Barber; +Cc: Michael Brand, emacs-orgmode
Chris Barber <c.barber80@gmail.com> writes:
> This is a great idea!
> I think I may well end up using this.
> Would it still be possible to do calculations within the heading?
Calculation on properties of headings should be possible with org-collector
http://orgmode.org/worg/org-contrib/org-collector.html
>
> Eg once I have filled in all my headings and properties, how could I
> make the value of the last property for each heading equal to the
> average of the previous 3 columns?
>
I'm not sure if your above case would work out of the box, but the
current implementation should be a start.
Best -- Eric
>
> On Thu, May 19, 2011 at 6:53 PM, Michael Brand
> <michael.ch.brand@gmail.com>wrote:
>
>> Hi Chris
>>
>> This _is_ fantastic, Org can do it with column view:
>> http://orgmode.org/manual/Column-view.html#Column-view
>>
>> Michael
>>
>> On Thu, May 19, 2011 at 08:21, Chris Barber <c.barber80@gmail.com> wrote:
>> > Hi, I am planning to record some ideas in org-mode, and I would love to
>> be
>> > able to set it out as follows:
>> > * Ideas
>> > ** | Idea | A property | A property |
>> > *** Regular outlined notes
>> > Some notes
>> > *** More sub notes
>> > ** | Idea 2 | Property | Property |
>> > Is there any way for me to do this? Essentially it would function like a
>> > table until you tab down into it.
>> > I think this would be FANTASTIC!
>>
--
Eric Schulte
http://cs.unm.edu/~eschulte/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Mixing org-mode tables with outlining?
2011-05-19 11:24 ` Chris Barber
2011-05-19 12:36 ` Eric Schulte
@ 2011-05-19 13:16 ` Michael Brand
1 sibling, 0 replies; 7+ messages in thread
From: Michael Brand @ 2011-05-19 13:16 UTC (permalink / raw)
To: Chris Barber; +Cc: emacs-orgmode
On Thu, May 19, 2011 at 13:24, Chris Barber <c.barber80@gmail.com> wrote:
> Would it still be possible to do calculations within the heading?
> Eg once I have filled in all my headings and properties, how could I make
> the value of the last property for each heading equal to the average of the
> previous 3 columns?
Yes, Org column view is equipped to do all kinds of aggregations like
to calculate the average/sum/min/max/... of the _lower_ level columns,
see "{summary-type}" in:
http://orgmode.org/manual/Column-attributes.html#Column-attributes
To get an idea of the power of column view I would also recommend
Carsten's talk at 00:18:23
http://www.youtube.com/watch?v=oJTwQvgfgMM#t=18m23s
and Russell's talk at about 00:54:00
http://video.google.com/videoplay?docid=-2572085463585491742
Michael
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <4DD4C4A8.5040804@christianmoe.com>]
* Re: Mixing org-mode tables with outlining?
[not found] ` <4DD4C4A8.5040804@christianmoe.com>
@ 2011-05-19 11:22 ` Chris Barber
0 siblings, 0 replies; 7+ messages in thread
From: Chris Barber @ 2011-05-19 11:22 UTC (permalink / raw)
To: mail; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]
Thanks for the suggestion. I will definitely consider that.
What do you mean by:
'For one thing, you won't be able to do advanced searching for tag/property
combinations, gather those properties into a column view or dynamic block
(for that you want regular Org properties). Nor easily access them from a
spreadsheet or source code elsewhere in the document (for that you want a
named table).'
Cheers
On Thu, May 19, 2011 at 5:20 PM, Christian Moe <mail@christianmoe.com>wrote:
> On 5/19/11 8:21 AM, Chris Barber wrote:
>
>> Hi, I am planning to record some ideas in org-mode, and I would love
>> to be able to set it out as follows:
>>
>> * Ideas
>> ** | Idea | A property | A property |
>> *** Regular outlined notes
>> Some notes
>> *** More sub notes
>> ** | Idea 2 | Property | Property |
>>
>> Is there any way for me to do this? Essentially it would function like
>> a table until you tab down into it.
>> I think this would be FANTASTIC!
>> Thanks,
>> Chris
>>
>
> Well, nothing prevents you from dividing up a heading with pipe characters,
> if you like the way it looks. It doesn't function like a table, but what
> table functionality is it that you want to use here?
>
> For one thing, you won't be able to do advanced searching for tag/property
> combinations, gather those properties into a column view or dynamic block
> (for that you want regular Org properties). Nor easily access them from a
> spreadsheet or source code elsewhere in the document (for that you want a
> named table).
>
> I suggest you rather consider tags and regular Org properties.
>
> * Idea :A_Property:Another_Property:
> * Idea
> :PROPERTIES:
> :A_Property: value
> :Another_Property: value2
> :END:
>
> Yours,
> Christian
>
[-- Attachment #2: Type: text/html, Size: 2303 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-05-19 14:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 6:21 Mixing org-mode tables with outlining? Chris Barber
2011-05-19 7:56 ` Eric S Fraga
2011-05-19 8:53 ` Michael Brand
2011-05-19 11:24 ` Chris Barber
2011-05-19 12:36 ` Eric Schulte
2011-05-19 13:16 ` Michael Brand
[not found] ` <4DD4C4A8.5040804@christianmoe.com>
2011-05-19 11:22 ` Chris Barber
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).