[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Blocked Agenda without newlines but with separator
From: |
Eraldo Helal |
Subject: |
Re: [Orgmode] Blocked Agenda without newlines but with separator |
Date: |
Wed, 22 Apr 2009 21:51:57 +0200 |
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 <address@hidden> 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