emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Q: org-publish-project-alist and :exclude


From: Ihor Radchenko
Subject: Re: Q: org-publish-project-alist and :exclude
Date: Tue, 07 May 2024 09:22:50 +0000

David Masterson <dsmasterson@gmail.com> writes:

> Hmm.  Couldn't get rx (or rx-to-string) to work for me.  Kept getting an
> error that a stringp was expected for the argument to :exclude. I tried
> variations on:
>
>   :exclude (rx-to-string (seq (or "init" "calendar-beorg") ".org"))

When you have '(:foo bar :baz eet), nothing inside is evaluated because
of the quote. To evaluate expressions selectively, use backquote:

`(:foo bar:baz ,(concat "foo" "bar"))

> Reverted to using a simple regex as above with proper escapes.  Can I
> suggest making the complex example in 14.3.2 of the Org Manual use a
> better example regex (in rx form?) as a hint to what :exclude can do?

Sure.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=773bba92a

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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