emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Blocked Agenda without newlines but with separator


From: Manish
Subject: Re: [Orgmode] Blocked Agenda without newlines but with separator
Date: Thu, 23 Apr 2009 01:07:27 +0530

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]