[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for whitespace prefix for :noweb-prefix
From: |
Doerthous |
Subject: |
Re: Support for whitespace prefix for :noweb-prefix |
Date: |
Fri, 29 Mar 2024 20:47:00 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ihor Radchenko <yantar92@posteo.net> writes:
> I think that a more general approach could be allowing :noweb-prefix to
> have a value of string that will be appended to each line on the
> expansion.
With the use case discussed before, is allowing :noweb-prefix to have a
value of string means I need to provide a string with 5 space
characters to :noweb-ref like this?
#+begin_src elisp :noweb yes :noweb-prefix " "
(let (<<varable-bindings>>)
<<do-something>>)
#+end_src
Or is it some other way?
- Support for whitespace prefix for :noweb-prefix, Doerthous, 2024/03/28
- Re: Support for whitespace prefix for :noweb-prefix, Ihor Radchenko, 2024/03/28
- Re: Support for whitespace prefix for :noweb-prefix, Doerthous, 2024/03/28
- Re: Support for whitespace prefix for :noweb-prefix, Ihor Radchenko, 2024/03/29
- Re: Support for whitespace prefix for :noweb-prefix,
Doerthous <=
- Re: Support for whitespace prefix for :noweb-prefix, Ihor Radchenko, 2024/03/29
- Re: Support for whitespace prefix for :noweb-prefix, Doerthous, 2024/03/29
- Re: Support for whitespace prefix for :noweb-prefix, Ihor Radchenko, 2024/03/29
- Re: Support for whitespace prefix for :noweb-prefix, Doerthous, 2024/03/29