Re: [Orgmode] ITEM in column view in the agenda

2008-05-30 Thread Adam Spiers
On Fri, May 30, 2008 at 06:06:52AM +0200, Carsten Dominik wrote: > On May 29, 2008, at 7:11 PM, Adam Spiers wrote: > >On Thu, May 29, 2008 at 07:49:20AM +0200, Carsten Dominik wrote: > >>Ellipses could be done, but so far I opted against is because you > >>will loose even more characters. Maybe it

Re: [Orgmode] ITEM in column view in the agenda

2008-05-29 Thread Carsten Dominik
On May 29, 2008, at 7:11 PM, Adam Spiers wrote: On Thu, May 29, 2008 at 07:49:20AM +0200, Carsten Dominik wrote: On May 29, 2008, at 1:09 AM, Adam Spiers wrote: Works great! FYI, I have org-columns-default-format set to: %TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:} %T

Re: [Orgmode] ITEM in column view in the agenda

2008-05-29 Thread Adam Spiers
On Thu, May 29, 2008 at 07:49:20AM +0200, Carsten Dominik wrote: > > On May 29, 2008, at 1:09 AM, Adam Spiers wrote: > > > >Works great! FYI, I have org-columns-default-format set to: > > > >%TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:} > >%TAGS(Tags) > > > >I noticed one ti

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Carsten Dominik
On May 29, 2008, at 1:09 AM, Adam Spiers wrote: Works great! FYI, I have org-columns-default-format set to: %TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:} %TAGS(Tags) I noticed one tiny thing which could be improved - links are rendered as their raw text. I guess this

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Carsten Dominik
On May 29, 2008, at 1:11 AM, Adam Spiers wrote: And one other cosmetic detail: every row in the item column begins with three spaces, rather than the ideal of one (so that it's close to but not completely flush with the | inter-column delimiter). Fixed, thanks. - Carsten ___

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Adam Spiers
On Thu, May 29, 2008 at 12:09:30AM +0100, Adam Spiers wrote: > On Thu, May 29, 2008 at 12:09:31AM +0200, Carsten Dominik wrote: > > This should now also work in agenda buffers, using the latest > > GIT version. There is a new variable > > `org-agenda-columns-remove-prefix-from-item' which can be u

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Adam Spiers
On Thu, May 29, 2008 at 12:09:31AM +0200, Carsten Dominik wrote: > Hi Adam, > > no, this is not too much to ask, in particular since I am doing > this kind of compaction (not duplicating info that is shown in > other columns) already in the normal column view (i.e. in > an Org buffer as opposed to

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Carsten Dominik
Hi Adam, no, this is not too much to ask, in particular since I am doing this kind of compaction (not duplicating info that is shown in other columns) already in the normal column view (i.e. in an Org buffer as opposed to the agenda buffer. In fact, the function doing the compaction is already c

[Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Adam Spiers
I'm trying to get a good COLUMN format for viewing the agenda in column view mode. Am I right in thinking that ITEM is the only property available for showing the actual "meat" of a given headline? The problem with ITEM is that it includes any leaders, plus the TODO keyword and priority, which lea