laurent.jucqu...@posteo.de writes: > I've come up with the following (mal-functionning) > org-agenda-prefix-format: > > %(org-get-entry (point) "Case" t) %(org-entry-get (point) "CaseNum" t) > %(org-entry-get (point) "FiscalYear" t) > > But this only gives me : > > Dupond : My first pleadings
Hi Laurent, I noticed that you're using both `org-get-entry' and `org-entry-get'. According to the docs, only `org-entry-get' should do what you want, but your output seems to indicate the opposite. I'm not sure what to make of that, but maybe this is a clue to the problem...? Please let us know how you fix it. I've been wanting to try something like that myself.