> Okay, your bisect scripts points to one of my commits.
>
> But I wish it was more automated. Because I tried quite
> hard and sometimes I _could_ reproduce the problem and
> sometimes I couldn't. So you could be seeing noise here.
> Maybe you can make your script do those copy-paste
> opera
Hi, I'm new on this thread, but I can reproduce tak's issue and I
tried to do bisect.
Finally, I got 5b45c269cda09fe46e110adb6f6767040f4ade59 is a
commit has a some problem.
I'm happy if this information could help you.
```
5b45c269cda09fe46e110adb6f6767040f4ade59
New jit-lock-antiblink-grace
> This is a feature. "ox-md" exports to vanilla Markdown, which doesn't
> support such syntax. You may want to use other back-ends, e.g.,
> "ox-gfm".
Thanks for letting me know that. I would try it.
2020年8月27日(木) 14:34 Nicolas Goaziou :
> Hello,
>
> Na
Hi,
I found `ox-md` exporter drop src-block language information.
My patch fixes the behavior; to embed src-block language information
using markdown src block grammar.
1. Open some buffer
2. Tnsert below code
3. Turn on `org-mode`
4. `C-c C-e m M` (export as markdown in temp buffer)
## org sourc
Hi! I'm Naoya. This is the first mail to this ML.
First, thank you for developing such awesome packages!
I found ob-C sample[1] is not working for me, I report that to this ML.
[1]: https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-C.org.html
## Repro step
1. Require org and ob-C.
2.