emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Please test this custom agenda command
@ 2010-12-17 21:12 Memnon Anon
  2011-01-02 16:16 ` David Maus
  2011-01-06 17:23 ` Carsten Dominik
  0 siblings, 2 replies; 4+ messages in thread
From: Memnon Anon @ 2010-12-17 21:12 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I am on a little bug hunt ;) and hope to figure out what is happening
here over the next days. However, if someone has a minute:

Could someone please try this custom agenda command?

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands                                         
      '(("z" "TESTING"
         ((org-agenda-list)))))
--8<---------------cut here---------------end--------------->8---

What I am seeing is this:

Calling the agenda with `M-x org-agenda-list' produces my daily agenda.
TODO Keywords are colored just fine, i.e. in my case TODO=BrickRed3 and
DONE=Dimmed.

However, using `C-a a z', the custom command set up in the snippet
above, results in DONE=BrickRed3.

thx

Memnon

Org-mode version 7.3 (release_7.4.38.g3324)
GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-11-03 on potassium, modified by Debian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Please test this custom agenda command
  2010-12-17 21:12 Please test this custom agenda command Memnon Anon
@ 2011-01-02 16:16 ` David Maus
  2011-01-06 17:23 ` Carsten Dominik
  1 sibling, 0 replies; 4+ messages in thread
From: David Maus @ 2011-01-02 16:16 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1100 bytes --]

At Fri, 17 Dec 2010 21:12:21 +0000 (UTC),
Memnon Anon wrote:
> I am on a little bug hunt ;) and hope to figure out what is happening
> here over the next days. However, if someone has a minute:
>
> Could someone please try this custom agenda command?
>
> --8<---------------cut here---------------start------------->8---
> (setq org-agenda-custom-commands
>       '(("z" "TESTING"
>          ((org-agenda-list)))))
> --8<---------------cut here---------------end--------------->8---
>
> What I am seeing is this:
>
> Calling the agenda with `M-x org-agenda-list' produces my daily agenda.
> TODO Keywords are colored just fine, i.e. in my case TODO=BrickRed3 and
> DONE=Dimmed.
>
> However, using `C-a a z', the custom command set up in the snippet
> above, results in DONE=BrickRed3.

I can confirm this for

Org-mode version 7.4 (release_7.4.95.ga2ac)

GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
 of 2010-12-11 on raven, modified by Debian

with emacs -Q and a minimal setup.

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please 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] 4+ messages in thread

* Re: Please test this custom agenda command
  2010-12-17 21:12 Please test this custom agenda command Memnon Anon
  2011-01-02 16:16 ` David Maus
@ 2011-01-06 17:23 ` Carsten Dominik
  2011-01-06 21:15   ` Memnon Anon
  1 sibling, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2011-01-06 17:23 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode


On Dec 17, 2010, at 10:12 PM, Memnon Anon wrote:

> Hi,
>
> I am on a little bug hunt ;) and hope to figure out what is happening
> here over the next days. However, if someone has a minute:
>
> Could someone please try this custom agenda command?
>
> --8<---------------cut here---------------start------------->8---
> (setq org-agenda-custom-commands
>      '(("z" "TESTING"
>         ((org-agenda-list)))))
> --8<---------------cut here---------------end--------------->8---


Hi Memmon,

I am not sure that this is a legal value for org-agenda-custom-commands.
In fact, customize chokes badly on it.

- Carsten

>
> What I am seeing is this:
>
> Calling the agenda with `M-x org-agenda-list' produces my daily  
> agenda.
> TODO Keywords are colored just fine, i.e. in my case TODO=BrickRed3  
> and
> DONE=Dimmed.
>
> However, using `C-a a z', the custom command set up in the snippet
> above, results in DONE=BrickRed3.
>
> thx
>
> Memnon
>
> Org-mode version 7.3 (release_7.4.38.g3324)
> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of  
> 2010-11-03 on potassium, modified by Debian
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please 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] 4+ messages in thread

* Re: Please test this custom agenda command
  2011-01-06 17:23 ` Carsten Dominik
@ 2011-01-06 21:15   ` Memnon Anon
  0 siblings, 0 replies; 4+ messages in thread
From: Memnon Anon @ 2011-01-06 21:15 UTC (permalink / raw)
  To: emacs-orgmode

Hi Carsten,

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On Dec 17, 2010, at 10:12 PM, Memnon Anon wrote:
>>
>> --8<---------------cut here---------------start------------->8---
>> (setq org-agenda-custom-commands
>>      '(("z" "TESTING"
>>         ((org-agenda-list)))))
>> --8<---------------cut here---------------end--------------->8---

[...]

> I am not sure that this is a legal value for org-agenda-custom-commands.
> In fact, customize chokes badly on it.

Well, I found it here:

 http://sachachua.com/blog/2007/12/a-day-in-a-life-with-org/

and used it ever since (with minor tweaks) to produce this stats at the
bottom of my agenda:

27.0% load: 30 minutes to be alloted, 111 minutes free today,\\
 81 minutes difference

However, the blog post is three years old, so I am not surprised it is
starting to show its age. I will have a look how this is done the proper
way these days.

Thanks

Memnon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-06 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-17 21:12 Please test this custom agenda command Memnon Anon
2011-01-02 16:16 ` David Maus
2011-01-06 17:23 ` Carsten Dominik
2011-01-06 21:15   ` Memnon Anon

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).