Re: Items with emphasis marks are not sorted properly in a list

2021-03-23 Thread Juan Manuel Macías
Hello again: I think I have found where the problem is. On line 7 of `org-sort-remove-invisible' there are two spurious spaces (in the `format' expression): 7org-emph-re (lambda (m) (format " %s " (match-string 4 m))) When the spaces are removed, then the items with emphasis marks are

Items with emphasis marks are not sorted properly in a list

2021-03-22 Thread Juan Manuel Macías
Hi, Consider this list: - vol. - adj. - /circa/ - /vid./ If I evaluate `(org-sort-list t ?a)', it seems that `org-sort-list' doesn't sort correctly items that contain an emphasis mark: - /circa/ - /vid./ - adj. - vol. I don't know if there is any solution to this, or if I'm doing something