* language-specific org-babel-noweb-wrap-start?
@ 2023-10-02 8:32 Edgar Lux
2023-10-02 13:16 ` [FR] " Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Edgar Lux @ 2023-10-02 8:32 UTC (permalink / raw)
To: emacs-orgmode
Hi!
I wish you a nice day, week, month...
I would like to know if there is a way to set =org-babel-noweb-wrap-start= for a specific language. If I set that variable to a value, it will apply to all of them. Thank you.
This is fine right now
#+begin_src lang1 :noweb yes
//;name_of_anoter_block;//
#+end_src
# Local Variables:
# org-babel-noweb-wrap-start: "//;"
# org-babel-noweb-wrap-end: ";//"
# End:
What I would like is something like
#+begin_src lang1 :noweb yes
//;name_of_anoter_block;//
#+end_src
# Local Variables:
# org-babel-noweb-wrap-start_lang1: "//;"
# org-babel-noweb-wrap-end_lang1: ";//"
# End:
Thanks!
--
Sent with https://mailfence.com
Secure and private email
^ permalink raw reply [flat|nested] 2+ messages in thread
* [FR] Re: language-specific org-babel-noweb-wrap-start?
2023-10-02 8:32 language-specific org-babel-noweb-wrap-start? Edgar Lux
@ 2023-10-02 13:16 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-10-02 13:16 UTC (permalink / raw)
To: Edgar Lux; +Cc: emacs-orgmode
Edgar Lux <edgarlux@mailfence.com> writes:
> I wish you a nice day, week, month...
> I would like to know if there is a way to set =org-babel-noweb-wrap-start= for a specific language. If I set that variable to a value, it will apply to all of them. Thank you.
> ...
> What I would like is something like
>
> #+begin_src lang1 :noweb yes
> //;name_of_anoter_block;//
> #+end_src
>
> # Local Variables:
> # org-babel-noweb-wrap-start_lang1: "//;"
> # org-babel-noweb-wrap-end_lang1: ";//"
> # End:
This is currently not possible, but sounds like a reasonable addition.
Patches welcome. See https://orgmode.org/worg/org-contribute.html
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-02 13:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 8:32 language-specific org-babel-noweb-wrap-start? Edgar Lux
2023-10-02 13:16 ` [FR] " Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).