help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Org to Markdown programmatically


From: Emanuel Berg
Subject: Re: Org to Markdown programmatically
Date: Wed, 05 May 2021 23:02:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier via Users list for the GNU Emacs text editor wrote:

>> (require 'cl)
>> (cl-loop for (x y) in '((1 2) (3 4) (5 6))
>>          do (message "%d + %d = %d" x y (+ x y)) )
>
> (require 'cl) provides `loop`.
> If you want `cl-loop`, then you need (require 'cl-lib).
> Same functionality, different names.

OK, confusing, how did that happen?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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