Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-26 Thread Daniel Clemente
El dc, feb 25 2009, Carsten Dominik va escriure: the cdr returns the cdr of a list. That is ofte a list, but it cal also be an atom. For example: (cdr '(a . b)) = a Yes, you're right; I forgot the theory about conses. '(a b) is this: -- | a | X-+-- | b |

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Carsten Dominik
On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: Hi, I would like to contribute 1 byte to org-mode; it's an a: --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@ to switch to narrowing. (lambda (x) (if (cdr x) (char-to-string (cdr x)) ))

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Daniel Clemente
El dc, feb 25 2009, Carsten Dominik va escriure: On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: Hi, I would like to contribute 1 byte to org-mode; it's an a: --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@ to switch to narrowing. (lambda (x)

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Carsten Dominik
On Feb 25, 2009, at 6:32 PM, Daniel Clemente wrote: El dc, feb 25 2009, Carsten Dominik va escriure: On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: Hi, I would like to contribute 1 byte to org-mode; it's an a: --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@

[Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-24 Thread Daniel Clemente
Hi, I would like to contribute 1 byte to org-mode; it's an a: --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@ to switch to narrowing. (lambda (x) (if (cdr x) (char-to-string (cdr x)) )) alist )) (efforts (org-split-string