Thank you! That was exactly what I was looking for.
Sincerely,
Haakon
Haakon HR writes:
> I have tried a few approaches but I'm a bit stuck. My first approach was
> to use the variable `org-agenda-cmp-user-defined' and implement a
> comparison function based on the already existing ones like
> `org-cmp-alpha' or `org-cmp-effort'. However, I'm not able to extract
>
Hi all,
I'm trying to hack together a custom agenda view where I want to sort
the entries by a custom property, let's call it :CUSTOM:. So the entries
in question would look like this:
* TODO Buy cheese
:PROPERTIES
:CUSTOM: 2
:END:
I have tried a few approaches but I'm a bit stuck. My firs