[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Accept more :tangle-mode specification forms
From: |
Timothy |
Subject: |
Re: [PATCH] Accept more :tangle-mode specification forms |
Date: |
Tue, 05 Oct 2021 22:45:59 +0800 |
User-agent: |
mu4e 1.6.5; emacs 28.0.50 |
Hi Everyone,
It feels like we’re near a patch that would be good to merge. I would very much
like to get feedback on what I proposed in my reply to Tom though (see below).
>> That said, reducing the number of forms as Eric suggests would
>> be a happy medium.
>
> Indeed, I’ve basically supported every form I could think of. I’m currently
> inclined to cut it down to:
> • 755
> • “rwxrw-r–” (`ls -l’ style)
> • chmod style with `org-babel-tangle-default-mode’ and
> `file-modes-symbolic-to-number’
>
> Maybe with (if anybody says they would like this)
> • #o755 (elisp octal)
> • 0755 (C octal)
> • “rwx” = user perm, bit-or’d with `org-babel-tangle-default-mode’ for the
> rest
> (i.e. `org-babel-tangle-default-mode’, but not exceeding the user perm)
All the best,
Timothy