Re: [BUG] Inconsistent org-babel tangle behaviour

2024-12-29 Thread Ihor Radchenko
Thibaut Meyer writes: > I see. I just assumed that header arguments and switches were > "recognized" and not considered as the language if placed positionally > first. > >> Src block without language could indeed be tangled in your case. > > That would be indeed nice... > >> However, if the :tang

Re: [BUG] Inconsistent org-babel tangle behaviour

2024-12-28 Thread General discussions about Org-mode.
> Here, a language is actually specified. The language is ":tangle" (there > is nothing stopping anyone from creating a language name starting from > colon). I see. I just assumed that header arguments and switches were "recognized" and not considered as the language if placed positionally first

Re: [BUG] Inconsistent org-babel tangle behaviour

2024-12-22 Thread Ihor Radchenko
Thibaut Meyer via "General discussions about Org-mode." writes: > setting a property in an org file like > > '#+PROPERTY: header-args:tangle "file.ext"' > > with a source block of the form: > (note no language is specified for the block) > > #+begin_src > <1: this block won't get tangled> > #