[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: inverse of add-to-list: remove-from-list
From: |
Thibaut Verron |
Subject: |
Re: inverse of add-to-list: remove-from-list |
Date: |
Tue, 13 Oct 2020 11:34:41 +0200 |
Le mar. 13 oct. 2020 à 11:10, Andreas Schwab <schwab@linux-m68k.org> a écrit :
>
> On Okt 13 2020, Uwe Brauer wrote:
>
> > But there is, as far as I know, no inverse functionality
> >
> > (remove-from-list 'org-export-filter-src-block-functions
> > 'my-html-filter-src-blocks)
> >
> > Does not exist. Wouldn't that be useful?
>
> Doesn't remove do what you need?
Note that the syntax is slightly different: the element comes second,
and the list is unquoted.