emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Clemente <n142857@gmail.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-agenda-filter-by-tag doesn't work with custom effort property
Date: Thu, 26 Feb 2009 13:03:36 +0100	[thread overview]
Message-ID: <87bpsp4d7r.fsf@CPU107.opentrends.net> (raw)
In-Reply-To: <812AB8C2-90A0-48B9-9ACE-AF5D08F06436@uva.nl> (Carsten Dominik's message of "Wed, 25 Feb 2009 19:26:01 +0100")

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 | X-+--> nil
---------    ---------


'(a . b) is this:

---------    
| a | X-+--> b
---------



   The problem was that I read in org-global-properties' documentation:

> List of property/value pairs that can be inherited by any entry.

   And I thought that „pairs“ would be '(key value).
   Maybe it can be precised (like in other documentations):
The entries in this list are cons cells where the car is a property name and cdr is a string with all possible values separated by spaces.


   Thanks,

Daniel

      reply	other threads:[~2009-02-26 12:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24 14:52 org-agenda-filter-by-tag doesn't work with custom effort property Daniel Clemente
2009-02-24 15:11 ` Daniel Clemente
2009-02-25 12:51 ` Carsten Dominik
2009-02-25 17:32   ` Daniel Clemente
2009-02-25 18:26     ` Carsten Dominik
2009-02-26 12:03       ` Daniel Clemente [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bpsp4d7r.fsf@CPU107.opentrends.net \
    --to=n142857@gmail.com \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).