Hi all,

While working with Org Babel tangling, I noticed that source blocks
under archived headlines (and commented headlines) are currently
excluded from tangling by hard-coded logic in the codebase.

```
(unless (or (org-in-commented-heading-p)
          (org-in-archived-heading-p))
    ...)
```

>From a user perspective, this behavior is not always desirable. In
some workflows, archived or commented headings are used for
organizational or documentation purposes, while the source blocks
under them are still expected to be tangled. Since this is a policy
decision rather than a technical limitation, I wonder whether it would
make sense to make this behavior user-configurable instead of
hard-coded.

Before working on a patch, I would like to ask for feedback: Is this
something maintainers would consider acceptable? If there is interest,
I would be happy to propose a patch and documentation.

Lei

Reply via email to