From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Length of block separator line/separator char Date: Fri, 16 Jan 2009 09:32:08 -0600 Message-ID: References: <87sknkfwy8.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNqg9-0006JY-QO for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 10:32:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNqg7-0006HO-QZ for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 10:32:13 -0500 Received: from [199.232.76.173] (port=44674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNqg7-0006HE-IA for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 10:32:11 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:37357) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNqg7-0005sb-3t for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 10:32:11 -0500 In-Reply-To: <87sknkfwy8.wl%jan.seeger@thenybble.de> (Jan Seeger's message of "Thu\, 15 Jan 2009 15\:47\:11 +0100") 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 Hi Jan, Jan Seeger 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