emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Hendrik Radke" <Hendrik.Radke@Informatik.Uni-Oldenburg.DE>
To: emacs-orgmode@gnu.org
Subject: Sorting org-mode Outlines with xemacs
Date: Thu, 23 Apr 2009 17:00:18 +0200	[thread overview]
Message-ID: <49F08282.1040609@Informatik.Uni-Oldenburg.DE> (raw)

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	other threads:[~2009-04-23 15:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23 15:00 Hendrik Radke [this message]
2009-04-27 17:31 ` Sorting org-mode Outlines with xemacs 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49F08282.1040609@Informatik.Uni-Oldenburg.DE \
    --to=hendrik.radke@informatik.uni-oldenburg.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).