I would like to add support for setting 'org-babel-noweb-wrap-start and
'org-babel-noweb-wrap-end for each src block individually using the
header args :noweb-start and :noweb-end:
#+name: firewall-safe-mode
#+begin_src sh
echo "Firewall is now in safe mode."
#+end_src
#+name: firewall
#+begin
Ihor Radchenko writes:
> Amy Grinn writes:
>
>> I would like to add support for setting 'org-babel-noweb-wrap-start and
>> 'org-babel-noweb-wrap-end for each src block individually using the
>> header args :noweb-start and :noweb-end:
>> ...
>>
Ihor Radchenko writes:
> Amy Grinn writes:
>
>>>> #+name: firewall
>>>> #+begin_src sh :noweb yes :noweb-start <<< :noweb-end >>>
>>>
>>> May you please explain the use case when changing the default values
>>> is use
Ihor Radchenko writes:
> Amy Grinn writes:
>
>> How much does org mode modify the fontification for an indirect buffer?
>> Without having looked into it, I assume not much or at all.
>> ... I think
>> that approach could be more complex, especially when dealing wi
Amy Grinn writes:
> Ihor Radchenko writes:
>
>> Amy Grinn writes:
>>
>>> I would like to add support for setting 'org-babel-noweb-wrap-start and
>>> 'org-babel-noweb-wrap-end for each src block individually
>>
>> May you please explain
Ihor Radchenko writes:
> :noweb yes <<< >>> is actually backwards-incompatible. Consider
> third-party code that makes assumptions about possible values of
> :noweb
> header argument. If third-party code does a check like
> (equal noweb-value "yes"), the new syntax can break such code.
I kinda d
Ihor Radchenko writes:
> Amy Grinn writes:
>
>> Here is a simple way to implement this feature.
>
> Since you are adding a new feature, it should have (1) test coverage;
> (2) be documented in the manual; (3) be announced in etc/ORG-NEWS.
Thank you for the tips, will do!
cannot determine
which noweb syntax is being used for any given source file, if
:noweb-wrap was specified in the original Org file.
"""
Best,
Amy
>From 1dc8aebcc45447d3b5b38ea3c7700ae2b2686c9d Mon Sep 17 00:00:00 2001
From: Amy Grinn
Date: Mon, 8 Apr 2024 09:05:02 -0400
Subjec
I would like to update my old contact info in this project.
Best,
Amy
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0..0110f4597
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1 @@
+Amy Grinn Tyler Grinn
Ihor Radchenko writes:
> Amy Grinn writes:
>
>> +(insert raw)
>> +(goto-char (point-min))
>> +(while (< (point) (point-max))
>> + (unless (looking-at " *\"\\([^\"]+\\)\" *")
>> +(looki
Bastien Guerry writes:
> Ihor Radchenko writes:
>
>> Bastien, may you check which name is used in the FSF records?
>
> I've taken this offlist.
The name in the FSF records should be correct now.
--
Best,
Amy
Ihor Radchenko writes:
> Amy Grinn writes:
>
>> First of all, I would like to change (defalias) the function name
>> org-babel-noweb-wrap to org-babel-noweb-make-regexp. I think this in
>> more in line with other functions which create regular expressions.
>
>
Ihor Radchenko writes:
> Amy Grinn writes:
>
>>> +1
>>> You may even use obsolete alias (add it to lisp/org-compat.el)
>>
>> Here's a patch to rename org-babel-noweb-wrap to
>> org-babel-noweb-make-regexp.
>
> Thanks!
> News entry
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.
Amy Grinn writes:
> Hello all,
>
> I hope you can join me in person or online at the Tool the Docs devroom
> at FOSDEM! I will be giving a talk about how Org mode and Emacs is used
> at Spritely.
>
> https://fosdem.org/2025/schedule/event/fosdem-2025-5139-org-mode-witchcraf
Hello all,
I hope you can join me in person or online at the Tool the Docs devroom
at FOSDEM! I will be giving a talk about how Org mode and Emacs is used
at Spritely.
https://fosdem.org/2025/schedule/event/fosdem-2025-5139-org-mode-witchcraft-at-spritely/
It will be Saturday at 10:30 AM CET.
16 matches
Mail list logo