emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Display and sort by property in agenda?


From: Bastien
Subject: Re: [O] Display and sort by property in agenda?
Date: Thu, 06 Feb 2014 11:19:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Fredrik <address@hidden> writes:

> Is there any way to display a custom property in the agenda?

Yes, through the column view.

> And is it
> possible to sort by that custom property?

See

C-h v org-agenda-sorting-strategy RET
C-h v org-agenda-cmp-user-defined RET

> So that if I have items looking like this I can show the property SORT
> in an agenda and sort by it?
>
> * test 1
>   :PROPERTIES:
>   :SORT:     2
>   :END:
>
> * test 2
>   :PROPERTIES:
>   :SORT:     1
>   :END:

(From experience, this kind of hardcoding of the sort level will not
work for long, it is not really scalable.)

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]