From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fritjof Subject: BUG sorting function Date: Sun, 09 Jan 2011 21:46:46 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pc29y-0004ps-Ob for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 15:46:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pc29x-00023M-IB for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 15:46:42 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:56592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pc29x-00023A-BW for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 15:46:41 -0500 Received: by eyh6 with SMTP id 6so5156179eyh.0 for ; Sun, 09 Jan 2011 12:46:40 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I think i found a bug. The sorting function dosn't seem to tell the difference between '*bold*' and '* heading' at the beginning of a line, and when a heading have *bold* tekst at the beginning of a line, trying to sort will give this error: "Region to sort contains a level above the the first entry" Reproduce with: * heading ** subheading *not a heading* some texkt ---- Also second level headings can't be bold, they show up as normal text. Reproduce with: * heading ** *subheading* - Fritjof (Org mode v7.01)