[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-screenshot cl-lib function name errors [9.5.2 (9.5.2-gbebf
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] org-screenshot cl-lib function name errors [9.5.2 (9.5.2-gbebf0b @ /home/jds6696/.emacs.d/straight/build/org/)] |
Date: |
Sun, 24 Apr 2022 13:44:20 +0800 |
Justin Silverman <jsilve24@gmail.com> writes:
> I started getting errors in the org-screenshot library.
>
> Errors such as void function incf or plusp. I was able to fix them by adding
> (require 'cl-lib) and changing incf -> cl-incf and plusp -> cl-plusp
Should be fixed in
https://git.sr.ht/~bzg/org-contrib/commit/a33dd6f11756e5755dfd1b3a2ded6098ae8bf872
Best,
Ihor