bug#50218: 28.0.50; org-babel-tangle-file tangles code blocks starting with #+begin_src :tangle no

2024-01-29 Thread Ihor Radchenko
Ihor Radchenko writes: > On Org side, we may catch such scenarios in org-lint. > M-x org-lint currently reports no problem with the above block. org-lint does catch such problem. Not a bug. Closing. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

bug#50218: 28.0.50; org-babel-tangle-file tangles code blocks starting with #+begin_src :tangle no

2022-10-17 Thread Ihor Radchenko
Tassilo Neubauer writes: > Here are the steps that led to code blocks being tangled I did not > expect to: > > emacs -Q > C-x C-h: ~/org-roam/example.org > content of example.org (excluding "): > " > #+begin_src emacs-lisp > (setq some-emacs-lisp-variable t) > #+end_src > > #+begin_src :tangle

bug#50218: 28.0.50; org-babel-tangle-file tangles code blocks starting with #+begin_src :tangle no

2021-12-18 Thread Kyle Meyer
Tassilo Neubauer writes: > Hello, > > Here are the steps that led to code blocks being tangled I did not > expect to: > > emacs -Q > C-x C-h: ~/org-roam/example.org > content of example.org (excluding "): > " > #+begin_src emacs-lisp > (setq some-emacs-lisp-variable t) > #+end_src > >