Re: Agenda view sorting based on custom property

2022-06-17 Thread Haakon HR
Thank you! That was exactly what I was looking for. Sincerely, Haakon

Re: Agenda view sorting based on custom property

2022-06-17 Thread Ihor Radchenko
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 >

Agenda view sorting based on custom property

2022-06-17 Thread Haakon HR
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