Sigmund Tzeng writes:
> I get your point. The git diff order is wrong. Here it is:
Applied. I added a proper commit message.
Thank you.
Hi Nicolas,
I get your point. The git diff order is wrong. Here it is:
---
lisp/ob-dot.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/ob-dot.el b/lisp/ob-dot.el
index 31e0a4f32..7220a9e76 100644
--- a/lisp/ob-dot.el
+++ b/lisp/ob-dot.el
@@ -69,6 +69,8 @@ This function is called by
Hello,
Sigmund Tzeng writes:
> When trying to render a dot file with utf-8 encoded characters,
> org babel complained about the encodings. I cross checked ob-go.el at
> line 107-108 and made an identical patch to make utf-8 dot files work:
>
> vvv
Hi all,
When trying to render a dot file with utf-8 encoded characters,
org babel complained about the encodings. I cross checked ob-go.el at
line 107-108 and made an identical patch to make utf-8 dot files work:
vvv