emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Hendrik Radke <Hendrik.Radke@Informatik.Uni-Oldenburg.DE>
Cc: emacs-orgmode@gnu.org
Subject: Re: Sorting org-mode Outlines with xemacs
Date: Thu, 30 Apr 2009 16:02:20 +0200	[thread overview]
Message-ID: <E0A163B3-F95B-4A89-81DC-C052D7187A08@gmail.com> (raw)
In-Reply-To: <49F08282.1040609@Informatik.Uni-Oldenburg.DE>

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

      parent reply	other threads:[~2009-05-03 16:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

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=E0A163B3-F95B-4A89-81DC-C052D7187A08@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=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).