Carsten Dominik <[EMAIL PROTECTED]> writes: > How about this: > > S-up : nil -> [#A] -> nil -> [#C] -> [#B] -> [#A] -> nil -> [#C] ... > S-sown : nil -> [#C] -> nil -> [#A] -> [#B] -> [#C] -> nil -> [#A] ...
Yes, the general scheme looks fine to me. The only thing that still tickles me here is that the *default* priority is not the *easiest* to assign. So why not this: S-up : nil -> [#B] -> [#A] -> nil -> [#C] -> [#B] -> [#A] -> nil... S-sown : nil -> [#B] -> [#C] -> nil -> [#A] -> [#B] -> [#C] -> nil... As obvious, the problem in this case is that different keys first assign the same (default) priority. Anyway, I won't linger on this further since anyone seems to be okay with the proposed solution! -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode