Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-02 Thread General discussions about Org-mode.
Ihor Radchenko writes: Why does the mailing list name me " via General discussions about Org-mode."? Is something not right with my subscription to the list? >>> >>> I suspect that it might be something to do with sending via newsgroups. >> >> I'm not sending via newsgroup, Just sending

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-02 Thread Ihor Radchenko
Thibaut Meyer writes: >>> Why does the mailing list name me " via General discussions about >>> Org-mode."? Is something not right with my subscription to the list? >> >> I suspect that it might be something to do with sending via newsgroups. > > I'm not sending via newsgroup, Just sending emails

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-02 Thread Ihor Radchenko
Thibaut Meyer writes: > * lisp/ob-tangle.el: (org-babel-tangle-collect-blocks): source blocks > without a language are not ignored anymore, if they inherit a > src-tfile other than "yes" or "no". > * lisp/ob-core.el: adapts the org-babel-src-block-regexp regular > expression to make the language

[PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
* lisp/ob-tangle.el: (org-babel-tangle-collect-blocks): source blocks without a language are not ignored anymore, if they inherit a src-tfile other than "yes" or "no". * lisp/ob-core.el: adapts the org-babel-src-block-regexp regular expression to make the language part of a source block optional. *

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
Ihor Radchenko writes: >> Also a tangential non-consequential question: >> Why does the mailing list name me " via General discussions about >> Org-mode."? Is something not right with my subscription to the list? > > I suspect that it might be something to do with sending via newsgroups. I'm not

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread Ihor Radchenko
Thibaut Meyer writes: > Also a tangential non-consequential question: > Why does the mailing list name me " via General discussions about > Org-mode."? Is something not right with my subscription to the list? I suspect that it might be something to do with sending via newsgroups. -- Ihor Radch

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread Ihor Radchenko
Thibaut Meyer writes: >> May I know if you have FSF copyright assignment? > > I don't have the FSF copyright assignment yet. I'll submit the form > right away and keep you updated. Note that your patch can still fit into "tiny" change. So, I should be able to merge it after adding a TINYCHANGE c

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
Also a tangential non-consequential question: Why does the mailing list name me " via General discussions about Org-mode."? Is something not right with my subscription to the list?

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
Happy new year! Ihor Radchenko writes: > The patch looks good to me. Great to hear. > May I know if you have FSF copyright assignment? I don't have the FSF copyright assignment yet. I'll submit the form right away and keep you updated.

Re: [PATCH] ob-tangle: source blocks without language can be tangled (was: [BUG] Inconsistent org-babel tangle behaviour)

2025-01-01 Thread Ihor Radchenko
Thibaut Meyer writes: > Here is my attempt. Modifying the regex in ob-core.el felt scary, but > it seems fine since this didn't break any tests and manually testing the > new regex seemed to work fine. I've added the small change to the > documentation as you suggested as I think it clarifies thi

[PATCH] ob-tangle: source blocks without language can be tangled (was: [BUG] Inconsistent org-babel tangle behaviour)

2024-12-31 Thread General discussions about Org-mode.
* lisp/ob-tangle.el: (org-babel-tangle-collect-blocks): source blocks without a language are not not ignored anymore, if they inherit a src-tfile other than "yes" or "no". * lisp/ob-core.el: adapts the org-babel-src-block-regexp regular expression to make the language part of a source block optiona