emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Sorting org-mode Outlines with xemacs


From: Hendrik Radke
Subject: [Orgmode] Sorting org-mode Outlines with xemacs
Date: Thu, 23 Apr 2009 17:00:18 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

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




reply via email to

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