Re: Bug: Source blocks before first ":tangle yes" are not tangled to file [9.4 (nil @ /Users/ezchi/.emacs.d/.local/straight/build/org-mode/)]

2020-09-03 Thread Berry, Charles
I get one file, "foo.el", with both src blocks. Chuck > On Sep 3, 2020, at 1:31 PM, Enze Chi wrote: > > Hi Charles: > > Thanks for the clear explanation. Add default ":tangle yes" does what I > expected. > > But when I try to tangle it to a file like this (with default ":tangle no"): >

Re: Bug: Source blocks before first ":tangle yes" are not tangled to file [9.4 (nil @ /Users/ezchi/.emacs.d/.local/straight/build/org-mode/)]

2020-09-03 Thread Enze Chi
Hi Charles: Thanks for the clear explanation. Add default ":tangle yes" does what I expected. But when I try to tangle it to a file like this (with default ":tangle no"): (org-babel-tangle nil "foo.el") I end up get 2 files: foo.el: (setq foo "hello") test_tangle.el: (setq bar "world") Should

Re: Bug: Source blocks before first ":tangle yes" are not tangled to file [9.4 (nil @ /Users/ezchi/.emacs.d/.local/straight/build/org-mode/)]

2020-09-03 Thread Berry, Charles
Not a bug. See inline. > On Sep 3, 2020, at 12:37 AM, Enze Chi wrote: > > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > https://orgmode.org/manual/Feedback.html#Feedback > > Your

Bug: Source blocks before first ":tangle yes" are not tangled to file [9.4 (nil @ /Users/ezchi/.emacs.d/.local/straight/build/org-mode/)]

2020-09-03 Thread Enze Chi
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.