From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Blocked Agenda without newlines but with separator Date: Thu, 23 Apr 2009 01:07:27 +0530 Message-ID: References: <938fae2d0904221104i6d3490b2o914e0b75f0f70267@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwiGU-0006Ss-K3 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:37:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwiGP-0006Qc-KF for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:37:49 -0400 Received: from [199.232.76.173] (port=44729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwiGP-0006QX-9k for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:37:45 -0400 Received: from ti-out-0910.google.com ([209.85.142.191]:17568) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwiGO-0001BL-R3 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:37:45 -0400 Received: by ti-out-0910.google.com with SMTP id b6so14767tic.10 for ; Wed, 22 Apr 2009 12:37:42 -0700 (PDT) In-Reply-To: <938fae2d0904221104i6d3490b2o914e0b75f0f70267@mail.gmail.com> 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: Eraldo Helal Cc: Org-Mode On Wed, Apr 22, 2009 at 11:34 PM, Eraldo Helal wrote: > At the moment my blocked agenda looks somthing like this: > >> >> ================================================================================ >> internet: >> >> >> ================================================================================ >> home: >> eraldo: ACTION do bla :SomeName::home: >> eraldo: ACTION do bla2 :SomeName::home: >> >> >> =============================================================================== >> etc... > > What I expect/want: > >> >> ================================================================================ >> internet: >> >> ================================================================================ >> home: >> eraldo: ACTION do bla :SomeName::home: >> eraldo: ACTION do bla2 :SomeName::home: >> >> =============================================================================== >> etc... > > In words: > - "Agenda Compact Blocks" but with separator x > - Blocked Agenda without newlines How does this sound? --8<---------------cut here---------------start------------->8--- (setq org-agenda-custom-commands '(("E" "Eraldo's Agenda" ((tags-todo "Internet" ((org-agenda-overriding-header "================\nInternet"))) (tags-todo "Home" ((org-agenda-overriding-header "================\nHome"))))))) --8<---------------cut here---------------end--------------->8--- -- Manish