emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Two tables with same data but different sorting


From: Robert Pluim
Subject: Re: Two tables with same data but different sorting
Date: Mon, 05 Oct 2020 10:32:50 +0200

>>>>> On Mon, 5 Oct 2020 10:08:08 +0200, Axel Kielhorn 
>>>>> <org-mode@axelkielhorn.de> said:

>From the docstring:
    >> Return the last link of LIST.  Its car is the last element.

    Axel> But I get:
    Axel> Wrong type argument: stringp, ("30 $“)

You need to do (car (last ...))

and you'll want some calls to 'string-to-number', since

(string< "30 $" "127 $")
=> nil

Robert
-- 



reply via email to

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