[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: exclude symlinked directory from publishing [9.1.6 (9.1.6-5
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: exclude symlinked directory from publishing [9.1.6 (9.1.6-57-gec8590-elpa @ /home/michel/.emacs.d/elpa/org-20180219/)] |
Date: |
Sun, 11 Mar 2018 23:09:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Michel Damiens <address@hidden> writes:
> When publishing (with org-publish) I'd like to exclude a subdirectory :
> in fact it is a symlink (named lib) to a directory outside of the tree to be
> published
>
> For example with this tree :
> /media/DATA/
> lib --> other directory
> other pdf files
>
> in org-publish-project-alist I tried
> :exclude "lib$"
This cannot work, as the regexp is matched against a file name, not
a directory.
> or :exclude ".*lib/.*"
This one works.
I cannot reproduce your issue.
Regards,
--
Nicolas Goaziou