From: Bastien <bzg@gnu.org>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: [WORG] Re: 0e6cdacc publish.sh: never publish the archive/ subdirectory
Date: Mon, 02 Jan 2023 16:05:08 +0100 [thread overview]
Message-ID: <87358trn8b.fsf@gnu.org> (raw)
In-Reply-To: <87wn67ah1t.fsf@localhost> (Ihor Radchenko's message of "Sat, 31 Dec 2022 12:33:50 +0000")
Ihor Radchenko <yantar92@posteo.net> writes:
> -(dolist (org-file (directory-files-recursively default-directory "\\.org$"))
> +(dolist (org-file (directory-files-recursively
> + default-directory "\\.org$"
> + nil (lambda (n) (not (string-match-p "archive" n)))))
>
> Won't it also discard all the files with word "archive" in them?
Yes, you're right, hopefully this is better:
https://git.sr.ht/~bzg/worg/commit/a0f10380
Thanks!
--
Bastien
prev parent reply other threads:[~2023-01-02 15:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-31 12:33 [WORG] Re: 0e6cdacc publish.sh: never publish the archive/ subdirectory Ihor Radchenko
2023-01-02 15:05 ` Bastien [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87358trn8b.fsf@gnu.org \
--to=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).