emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[more absurd] (was: org-table-sort-lines (numerically) leaves 0 separate


From: Uwe Brauer
Subject: [more absurd] (was: org-table-sort-lines (numerically) leaves 0 separated)
Date: Sun, 03 Jul 2022 20:26:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

> Hi

> I have the following table
> | name  | marks |
> |-------+-------|
> | Auser |   0.5 |
> | Buser |     2 |
> | Cuser |     0 |
> | Duser |     2 |
> | Euser |     0 |
> | Fuser |     3 |
> | Guser |       |
> | Huser |     0 |
> | Iuser |       |
> | Juser |     6 |

Consider 

| 2 |
| 1 |
| 1 |
| 0 |
|   |
|   |

(org-table-sort-lines nil nil nil nil t) (numerically 'n' gives)


| 0 |
|   |
|   |
| 1 |
| 1 |
| 2 |


But 
(org-table-sort-lines nil nil nil nil t) (numerically 'N') 

gives

| 2 |
| 1 |
| 1 |
| 0 |
|   |
|   |

So no empty lines, what the hell is going on here?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]