From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Length of block separator line/separator char Date: Sun, 18 Jan 2009 08:23:28 +0100 Message-ID: <3B8985DD-F590-40B0-8EC2-DEA3B971AA63@uva.nl> References: <87sknkfwy8.wl%jan.seeger@thenybble.de> <873afjqzqj.wl%jan.seeger@thenybble.de> <87zlhpq0q3.wl%jan.seeger@thenybble.de> <58CA04DE-56DD-4437-A502-08027B72D1C5@uva.nl> <87d4el7neu.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOS0N-0004G1-A2 for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 02:23:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOS0K-0004Ch-Rz for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 02:23:33 -0500 Received: from [199.232.76.173] (port=45864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOS0K-0004CG-Ly for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 02:23:32 -0500 Received: from mail-ew0-f11.google.com ([209.85.219.11]:36062) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOS0K-0005AX-4G for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 02:23:32 -0500 Received: by ewy4 with SMTP id 4so51031ewy.18 for ; Sat, 17 Jan 2009 23:23:31 -0800 (PST) In-Reply-To: <87d4el7neu.wl%jan.seeger@thenybble.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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