* Length of block separator line/separator char
@ 2009-01-15 14:47 Jan Seeger
2009-01-15 16:32 ` Manish
2009-01-16 15:32 ` Matthew Lundin
0 siblings, 2 replies; 10+ messages in thread
From: Jan Seeger @ 2009-01-15 14:47 UTC (permalink / raw)
To: Emacs-orgmode mailing list
Hello list!
Is it possible to make the length of the block agenda separator line and the separator char configurable? Looking at the code, it should not be too big a change.
Greetings,
Jan Seeger
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-15 14:47 Length of block separator line/separator char Jan Seeger
@ 2009-01-15 16:32 ` Manish
2009-01-16 11:03 ` Jan Seeger
2009-01-16 15:32 ` Matthew Lundin
1 sibling, 1 reply; 10+ messages in thread
From: Manish @ 2009-01-15 16:32 UTC (permalink / raw)
To: Jan Seeger; +Cc: Emacs-orgmode mailing list
Does customizing variable org-agenda-time-grid help?
On Thu, Jan 15, 2009 at 8:17 PM, Jan Seeger wrote:
> Hello list!
>
> Is it possible to make the length of the block agenda separator line and the separator char configurable? Looking at the code, it should not be too big a change.
>
> Greetings,
> Jan Seeger
>
>
> _______________________________________________
> 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] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-15 16:32 ` Manish
@ 2009-01-16 11:03 ` Jan Seeger
2009-01-17 12:35 ` Carsten Dominik
0 siblings, 1 reply; 10+ messages in thread
From: Jan Seeger @ 2009-01-16 11:03 UTC (permalink / raw)
Cc: Emacs-orgmode mailing list
At Thu, 15 Jan 2009 22:02:38 +0530,
Manish wrote:
>
> Does customizing variable org-agenda-time-grid help?
No, I actually mean the line between the parts of a block agenda (the one which consists of "========".
Regards, Jan
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-15 14:47 Length of block separator line/separator char Jan Seeger
2009-01-15 16:32 ` Manish
@ 2009-01-16 15:32 ` Matthew Lundin
1 sibling, 0 replies; 10+ messages in thread
From: Matthew Lundin @ 2009-01-16 15:32 UTC (permalink / raw)
To: Jan Seeger; +Cc: Emacs-orgmode mailing list
Hi Jan,
Jan Seeger <jan.seeger@thenybble.de> writes:
> Is it possible to make the length of the block agenda separator line
> and the separator char configurable? Looking at the code, it should
> not be too big a change.
Right now I think the best you can do is to use
org-agenda-compact-blocks and org-agenda-overrriding-header in
conjunction. There's an example in the tutorial I put together on
custom agenda commands.
http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php#sec-5.4
Best,
Matt
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-16 11:03 ` Jan Seeger
@ 2009-01-17 12:35 ` Carsten Dominik
2009-01-17 17:52 ` Jan Seeger
0 siblings, 1 reply; 10+ messages in thread
From: Carsten Dominik @ 2009-01-17 12:35 UTC (permalink / raw)
To: Jan Seeger; +Cc: Emacs-orgmode mailing list
On Jan 16, 2009, at 12:03 PM, Jan Seeger wrote:
> At Thu, 15 Jan 2009 22:02:38 +0530,
> Manish wrote:
>>
>> Does customizing variable org-agenda-time-grid help?
>
> No, I actually mean the line between the parts of a block agenda
> (the one which consists of "========".
Hi Jan,
what kind of options would you like to have for this separator?
Specifying the entire string, for example? What would be useful?
- Carsten
>
>
> Regards, Jan
>
>
> _______________________________________________
> 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] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-17 12:35 ` Carsten Dominik
@ 2009-01-17 17:52 ` Jan Seeger
2009-01-17 18:29 ` Carsten Dominik
0 siblings, 1 reply; 10+ messages in thread
From: Jan Seeger @ 2009-01-17 17:52 UTC (permalink / raw)
To: Carsten Dominik; +Cc: Emacs-orgmode mailing list
At Sat, 17 Jan 2009 13:35:21 +0100,
Carsten Dominik wrote:
> Hi Jan,
>
> what kind of options would you like to have for this separator?
> Specifying the entire string, for example? What would be useful?
Yes, specifying the whole string would be useful. Also maybe separate
it into org-agenda-block-separator-char and
org-agenda-block-separator-length (which can be either a function or a
number).
Regards,
Jan Seeger
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-17 17:52 ` Jan Seeger
@ 2009-01-17 18:29 ` Carsten Dominik
2009-01-17 19:17 ` Jan Seeger
0 siblings, 1 reply; 10+ messages in thread
From: Carsten Dominik @ 2009-01-17 18:29 UTC (permalink / raw)
To: Jan Seeger; +Cc: Emacs-orgmode mailing list
On Jan 17, 2009, at 6:52 PM, Jan Seeger wrote:
> At Sat, 17 Jan 2009 13:35:21 +0100,
> Carsten Dominik wrote:
>> Hi Jan,
>>
>> what kind of options would you like to have for this separator?
>> Specifying the entire string, for example? What would be useful?
>
> Yes, specifying the whole string would be useful. Also maybe separate
> it into org-agenda-block-separator-char and
> org-agenda-block-separator-length (which can be either a function or a
> number).
Is the reason why you want to change it, that you have a non-standard
window width?
So maybe you really want the window width to be used here automatically?
- Carsten
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-17 18:29 ` Carsten Dominik
@ 2009-01-17 19:17 ` Jan Seeger
2009-01-18 7:23 ` Carsten Dominik
0 siblings, 1 reply; 10+ messages in thread
From: Jan Seeger @ 2009-01-17 19:17 UTC (permalink / raw)
To: Carsten Dominik; +Cc: Emacs-orgmode mailing list
At Sat, 17 Jan 2009 19:29:02 +0100,
Carsten Dominik wrote:
>
>
> On Jan 17, 2009, at 6:52 PM, Jan Seeger wrote:
>
> > At Sat, 17 Jan 2009 13:35:21 +0100,
> > Carsten Dominik wrote:
> >> Hi Jan,
> >>
> >> what kind of options would you like to have for this separator?
> >> Specifying the entire string, for example? What would be useful?
> >
> > Yes, specifying the whole string would be useful. Also maybe separate
> > it into org-agenda-block-separator-char and
> > org-agenda-block-separator-length (which can be either a function or a
> > number).
>
> Is the reason why you want to change it, that you have a non-standard
> window width?
No, I want to print the agenda, and the separator line is way too long
for an A4 page. So I want to customize the length (and, as a bonus,
the character that the separator line uses.
Regards,
Jan
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-17 19:17 ` Jan Seeger
@ 2009-01-18 7:23 ` Carsten Dominik
2009-01-18 10:36 ` Jan Seeger
0 siblings, 1 reply; 10+ messages in thread
From: Carsten Dominik @ 2009-01-18 7:23 UTC (permalink / raw)
To: Jan Seeger; +Cc: Emacs-orgmode mailing list
OK, I have introduced a new variable, org-agenda-block-separator.
It can be a character which then will be used to fill the window
width, or a string of your choice.
HTH
- Carsten
On Jan 17, 2009, at 8:17 PM, Jan Seeger wrote:
> At Sat, 17 Jan 2009 19:29:02 +0100,
> Carsten Dominik wrote:
>>
>>
>> On Jan 17, 2009, at 6:52 PM, Jan Seeger wrote:
>>
>>> At Sat, 17 Jan 2009 13:35:21 +0100,
>>> Carsten Dominik wrote:
>>>> Hi Jan,
>>>>
>>>> what kind of options would you like to have for this separator?
>>>> Specifying the entire string, for example? What would be useful?
>>>
>>> Yes, specifying the whole string would be useful. Also maybe
>>> separate
>>> it into org-agenda-block-separator-char and
>>> org-agenda-block-separator-length (which can be either a function
>>> or a
>>> number).
>>
>> Is the reason why you want to change it, that you have a non-standard
>> window width?
>
> No, I want to print the agenda, and the separator line is way too long
> for an A4 page. So I want to customize the length (and, as a bonus,
> the character that the separator line uses.
>
> Regards,
> Jan
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Length of block separator line/separator char
2009-01-18 7:23 ` Carsten Dominik
@ 2009-01-18 10:36 ` Jan Seeger
0 siblings, 0 replies; 10+ messages in thread
From: Jan Seeger @ 2009-01-18 10:36 UTC (permalink / raw)
To: Carsten Dominik; +Cc: Emacs-orgmode mailing list
At Sun, 18 Jan 2009 08:23:28 +0100,
Carsten Dominik wrote:
>
> OK, I have introduced a new variable, org-agenda-block-separator.
> It can be a character which then will be used to fill the window
> width, or a string of your choice.
>
> HTH
Many thanks for the quick response!
Regards,
Jan
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-01-18 10:37 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 14:47 Length of block separator line/separator char Jan Seeger
2009-01-15 16:32 ` Manish
2009-01-16 11:03 ` Jan Seeger
2009-01-17 12:35 ` Carsten Dominik
2009-01-17 17:52 ` Jan Seeger
2009-01-17 18:29 ` Carsten Dominik
2009-01-17 19:17 ` Jan Seeger
2009-01-18 7:23 ` Carsten Dominik
2009-01-18 10:36 ` Jan Seeger
2009-01-16 15:32 ` Matthew Lundin
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).