Ihor Radchenko <[email protected]> writes: > David Masterson <[email protected]> writes: > >> So I have this form: >> >> :exclude "\(init\|calendar-beorg\).org" >> >> but that doesn't seem to work as I get an ignorable error in processing >> calendar-beorg.org (a known Beorg issue). >> >> Is my regex wrong? > > Yes. You got to escape the \ inside string. > I recommend using `rx' instead to avoid the backslash hell.
Thanks, I didn't know about `rx'. -- David Masterson
