emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* configure the length of the TODO states i agenda view lines
@ 2008-01-15 16:15 Rainer Stengele
  2008-01-16  8:08 ` Carsten Dominik
  0 siblings, 1 reply; 8+ messages in thread
From: Rainer Stengele @ 2008-01-15 16:15 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

I would like to format the agenda lines. I know there is a variable for that
but I cannot find the point where I can configure the length of the TODO states.

I have:


Day-agenda:
Monday    24 September 2007
  ADMIN:      Scheduled:  TODO [#A] ...
  ADMIN:      Scheduled:  INARBEIT [#A] ...
  ADMIN:      Scheduled:  TODO [#A] ...
  ADMIN:      Scheduled:  INARBEIT [#A] ...


but would like to have:


Day-agenda:
Monday    24 September 2007
  ADMIN:      Scheduled:  TODO     [#A] ...
  ADMIN:      Scheduled:  INARBEIT [#A] ...
  ADMIN:      Scheduled:  TODO     [#A] ...
  ADMIN:      Scheduled:  INARBEIT [#A] ...


rainer

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: configure the length of the TODO states i agenda view lines
  2008-01-15 16:15 configure the length of the TODO states i agenda view lines Rainer Stengele
@ 2008-01-16  8:08 ` Carsten Dominik
  2008-01-16  8:49   ` Rainer Stengele
  0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2008-01-16  8:08 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hi,

that is currently not possible.

- Carsten

On Jan 15, 2008, at 5:15 PM, Rainer Stengele wrote:

> Hi!
>
> I would like to format the agenda lines. I know there is a variable  
> for that
> but I cannot find the point where I can configure the length of the  
> TODO states.
>
> I have:
>
>
> Day-agenda:
> Monday    24 September 2007
>  ADMIN:      Scheduled:  TODO [#A] ...
>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>  ADMIN:      Scheduled:  TODO [#A] ...
>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>
>
> but would like to have:
>
>
> Day-agenda:
> Monday    24 September 2007
>  ADMIN:      Scheduled:  TODO     [#A] ...
>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>  ADMIN:      Scheduled:  TODO     [#A] ...
>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>
>
> rainer
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: configure the length of the TODO states i agenda view lines
  2008-01-16  8:08 ` Carsten Dominik
@ 2008-01-16  8:49   ` Rainer Stengele
  2008-01-16  9:24     ` Carsten Dominik
  0 siblings, 1 reply; 8+ messages in thread
From: Rainer Stengele @ 2008-01-16  8:49 UTC (permalink / raw)
  Cc: emacs-orgmode

Carsten Dominik schrieb:
> Hi,
> 
> that is currently not possible.
> 
> - Carsten
> 
> On Jan 15, 2008, at 5:15 PM, Rainer Stengele wrote:
> 
>> Hi!
>>
>> I would like to format the agenda lines. I know there is a variable
>> for that
>> but I cannot find the point where I can configure the length of the
>> TODO states.
>>
>> I have:
>>
>>
>> Day-agenda:
>> Monday    24 September 2007
>>  ADMIN:      Scheduled:  TODO [#A] ...
>>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>>  ADMIN:      Scheduled:  TODO [#A] ...
>>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>>
>>
>> but would like to have:
>>
>>
>> Day-agenda:
>> Monday    24 September 2007
>>  ADMIN:      Scheduled:  TODO     [#A] ...
>>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>>  ADMIN:      Scheduled:  TODO     [#A] ...
>>  ADMIN:      Scheduled:  INARBEIT [#A] ...
>>
>>
>> rainer
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 

Hi Carsten,

any chance to get that the todo state item formatted?

rainer


Doppeltransport

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: configure the length of the TODO states i agenda view lines
  2008-01-16  8:49   ` Rainer Stengele
@ 2008-01-16  9:24     ` Carsten Dominik
  2008-01-16  9:47       ` Rainer Stengele
  0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2008-01-16  9:24 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode


On Jan 16, 2008, at 9:49 AM, Rainer Stengele wrote:
> Hi Carsten,
>
> any chance to get that the todo state item formatted?
>
> rainer


Hmm, yeah, I can hack it.  The clean way would be to include this into  
the
prefix format, but this is more work.  So I am just putting a new  
variable
into the next version, you should set it like this:

(setq org-agenda-todo-keyword-format "%-10s")

- Carsten

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: configure the length of the TODO states i agenda view lines
  2008-01-16  9:24     ` Carsten Dominik
@ 2008-01-16  9:47       ` Rainer Stengele
  2008-01-16  9:55         ` Carsten Dominik
  0 siblings, 1 reply; 8+ messages in thread
From: Rainer Stengele @ 2008-01-16  9:47 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

Thanks Carsten, that is awesome!

I'm afraid some of us could complain anyway because this is not really
clean.
Maybe you can keep the clean version on your list for "later"...

rainer



Carsten Dominik schrieb:
>
> On Jan 16, 2008, at 9:49 AM, Rainer Stengele wrote:
>> Hi Carsten,
>>
>> any chance to get that the todo state item formatted?
>>
>> rainer
>
>
> Hmm, yeah, I can hack it.  The clean way would be to include this into
> the
> prefix format, but this is more work.  So I am just putting a new
> variable
> into the next version, you should set it like this:
>
> (setq org-agenda-todo-keyword-format "%-10s")
>
> - Carsten

[-- Attachment #2: rainer_stengele.vcf --]
[-- Type: text/x-vcard, Size: 316 bytes --]

begin:vcard
fn:Rainer Stengele
n:Stengele;Rainer
org:diplan GmbH;Administration
adr:;;Wetterkreuz 27;Erlangen;;91058;Germany
email;internet:rainer.stengele@diplan.de
title:Technical Control - Senior Administrator
tel;work:+49(0)9131 777 885
tel;fax:+49(0)9131 777 888
url:http://www.diplan.de
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: configure the length of the TODO states i agenda view lines
  2008-01-16  9:47       ` Rainer Stengele
@ 2008-01-16  9:55         ` Carsten Dominik
  2008-01-16 18:39           ` Leo
  0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2008-01-16  9:55 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode


On Jan 16, 2008, at 10:47 AM, Rainer Stengele wrote:

> Thanks Carsten, that is awesome!
>
> I'm afraid some of us could complain anyway because this is not really
> clean.
> Maybe you can keep the clean version on your list for "later"...


There are enough reasons for doing a complete re-write of org-mode
and designing the stuff top-down.  But I would need someone to pay
my salary for half a year or so - I guess this is not likely to happen.

:-)

- Carsten

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: configure the length of the TODO states i agenda view lines
  2008-01-16  9:55         ` Carsten Dominik
@ 2008-01-16 18:39           ` Leo
  2008-01-16 22:41             ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2008-01-16 18:39 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, Rainer Stengele

On 2008-01-16 09:55 +0000, Carsten Dominik wrote:
> There are enough reasons for doing a complete re-write of org-mode
> and designing the stuff top-down.  But I would need someone to pay
> my salary for half a year or so - I guess this is not likely to happen.
>
> :-)

Can FSF support this?

-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

          Use the best OS -- http://www.fedoraproject.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re: configure the length of the TODO states i agenda view lines
  2008-01-16 18:39           ` Leo
@ 2008-01-16 22:41             ` Bastien
  0 siblings, 0 replies; 8+ messages in thread
From: Bastien @ 2008-01-16 22:41 UTC (permalink / raw)
  To: Leo; +Cc: Rainer Stengele, emacs-orgmode

Leo <sdl.web@gmail.com> writes:

> On 2008-01-16 09:55 +0000, Carsten Dominik wrote:
>> There are enough reasons for doing a complete re-write of org-mode
>> and designing the stuff top-down.  But I would need someone to pay
>> my salary for half a year or so - I guess this is not likely to happen.
>>
>> :-)
>
> Can FSF support this?

Leo, how should this sentence be read?

Sometimes I just wonder whether I have too much or too little sense of
humour... making me in both cases unable to understand such proposals!

-- 
Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-01-16 22:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-15 16:15 configure the length of the TODO states i agenda view lines Rainer Stengele
2008-01-16  8:08 ` Carsten Dominik
2008-01-16  8:49   ` Rainer Stengele
2008-01-16  9:24     ` Carsten Dominik
2008-01-16  9:47       ` Rainer Stengele
2008-01-16  9:55         ` Carsten Dominik
2008-01-16 18:39           ` Leo
2008-01-16 22:41             ` Bastien

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).