* Blocked Agenda without newlines but with separator
@ 2009-04-22 18:04 Eraldo Helal
2009-04-22 19:37 ` Manish
0 siblings, 1 reply; 3+ messages in thread
From: Eraldo Helal @ 2009-04-22 18:04 UTC (permalink / raw)
To: Org-Mode
[-- Attachment #1.1: Type: text/plain, Size: 1029 bytes --]
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?
[-- Attachment #1.2: Type: text/html, Size: 1488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Blocked Agenda without newlines but with separator
2009-04-22 18:04 Blocked Agenda without newlines but with separator Eraldo Helal
@ 2009-04-22 19:37 ` Manish
2009-04-22 19:51 ` Eraldo Helal
0 siblings, 1 reply; 3+ messages in thread
From: Manish @ 2009-04-22 19:37 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Blocked Agenda without newlines but with separator
2009-04-22 19:37 ` Manish
@ 2009-04-22 19:51 ` Eraldo Helal
0 siblings, 0 replies; 3+ messages in thread
From: Eraldo Helal @ 2009-04-22 19:51 UTC (permalink / raw)
To: Manish; +Cc: Org-Mode
[-- Attachment #1.1: Type: text/plain, Size: 1901 bytes --]
> 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.sharma@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
[-- Attachment #1.2: Type: text/html, Size: 2768 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-22 19:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 18:04 Blocked Agenda without newlines but with separator Eraldo Helal
2009-04-22 19:37 ` Manish
2009-04-22 19:51 ` Eraldo Helal
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).