Hello, first, thank you for this wonderful program that helps me organize my day.
I am using XEmacs 21.4.21 on a Debian Lenny system, together with Org-Mode version 6.25d, which works quite well. However, while trying to sort a list by priority, I encountered an error: "Wrong type argument: stringp, ?B" This error stems from org.el, function "org-sort-entries-or-items", in line 6136. Obviously, it tries to convert a string to a char, but the argument is already a character, so it fails with type mismatch. Remedy: I substituted the line (string-to-char (match-string 2)) with (match-string 2) , which fixed the mentioned error. regards, Hendrik Radke _______________________________________________ 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