[Orgmode] Blocked Agenda without newlines but with separator

2009-04-22 Thread Eraldo Helal
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
- Blocked Agenda without newlines

Any ideas?
___
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


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

2009-04-22 Thread Manish
  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


___
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


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

2009-04-22 Thread Eraldo Helal
 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


I tried that... but it gives me a fixed amount of = signs  // compared to
the separator

Maybe the content of the variable org-agenda-compact-blocks could have an
additional value: ( nil | t | nonewline )
or a separate variable org-agenda-compact-blocks-newline ( t | nil )

Could that be an option?

Thank you for the answer though!

On Wed, Apr 22, 2009 at 21:37, Manish mailtomanish.sha...@gmail.com wrote:
 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
___
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