emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Sorting org-mode Outlines with xemacs
@ 2009-04-23 15:00 Hendrik Radke
  2009-04-27 17:31 ` Eric S Fraga
  2009-04-30 14:02 ` Carsten Dominik
  0 siblings, 2 replies; 7+ messages in thread
From: Hendrik Radke @ 2009-04-23 15:00 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-05-07  9:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23 15:00 Sorting org-mode Outlines with xemacs Hendrik Radke
2009-04-27 17:31 ` Eric S Fraga
2009-04-27 21:16   ` Ian Barton
2009-04-27 22:02     ` David Bremner
2009-04-30 14:02   ` Carsten Dominik
2009-05-07  8:48     ` Eric S Fraga
2009-04-30 14:02 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).