* 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
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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.