Re: [PATCH] Move files when using org-babel-tangle-publish

2023-12-09 Thread Bastien Guerry
Ihor Radchenko writes: >> Yes I have assigned copyright to the FSF already. > > Bastien, may you please confirm? I do - I added Antero to the list of FSF-signed contributors on Worg. Thanks! -- Bastien Guerry

Re: [PATCH] Move files when using org-babel-tangle-publish

2023-12-09 Thread Ihor Radchenko
Antero Mejr writes: > Ihor Radchenko writes: > >> Also, may I know if you have an FSF copyright assignment? If not, you >> also need to add TINYCHANGE to the commit message - see >> https://orgmode.org/worg/org-contribute.html#first-patch > > Yes I have assigned copyright to the FSF already. Ba

Re: [PATCH] Move files when using org-babel-tangle-publish

2023-12-08 Thread Antero Mejr
Ihor Radchenko writes: > Also, may I know if you have an FSF copyright assignment? If not, you > also need to add TINYCHANGE to the commit message - see > https://orgmode.org/worg/org-contribute.html#first-patch Yes I have assigned copyright to the FSF already. > May you please submit a patch a

Re: [PATCH] Move files when using org-babel-tangle-publish

2023-12-08 Thread Ihor Radchenko
Antero Mejr writes: > When publishing using org-babel-tangle-publish to the same directory > that contains the org files, copy-file will signal an error, since the > source and destination files refer to the same file. So use rename-file > instead. > > When publishing to a different directory, th