emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Sorting org-mode Outlines with xemacs


From: Carsten Dominik
Subject: Re: [Orgmode] Sorting org-mode Outlines with xemacs
Date: Thu, 30 Apr 2009 16:02:20 +0200

Fixed, thanks.

- Carsten

On Apr 23, 2009, at 5:00 PM, Hendrik Radke wrote:

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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