Re: [BUG] Reference chains (C refers to B refers to A) in tangle do not behave as expected [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2024-05-21 Thread Ihor Radchenko
"C. M. Sperberg-McQueen" writes: >> ... When retrieving the code for Baker block, Org mode goes to that >> block and cleans up its text according to that block's >> expansion. However, for Baker block, when it does not have :noweb >> tangle, the <<...>> in the code are treated literally. > > The

Re: [BUG] Reference chains (C refers to B refers to A) in tangle do not behave as expected [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2024-05-21 Thread C. M. Sperberg-McQueen
Thank you for the response. I am sorry to say I do not understand it. You say that non-expansion of references in the code block Baker is expected "when it does not have :noweb tangle". > ... When retrieving the code for Baker block, Org mode goes to that > block and cleans up its text according

Re: [BUG] Reference chains (C refers to B refers to A) in tangle do not behave as expected [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2024-05-21 Thread Ihor Radchenko
"C. M. Sperberg-McQueen" writes: > Consider the following literate program in org mode: > > make-abc.org: > #+title: Minimal example > #+date: 20 May 2024 > > The first letter is A. > #+name: Able > #+begin_src txt > A is for application. > #+end_src > > The second letter is B.

[BUG] Reference chains (C refers to B refers to A) in tangle do not behave as expected [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2024-05-20 Thread C. M. Sperberg-McQueen
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. ---