在 emacs 组织模式下:
#+BEGIN_SRC sh :eval no
git commit --amend --author 'New Author Name <email@address.com>'
#+END_SRC
将导出到:
<pre class="src src-sh">
git commit --amend --author <span style="color: #ffff00;">"New Author Name <a href="mailto:email%40address.com"><email@address.com></a>"</span>
</pre>
其中电子邮件地址包含,而不是预期的文字:
<pre class="src src-sh">
git commit --amend --author <span style="color: #ffff00;">"New Author Name <email@address.com>"</span>
</pre>
有一些出口论据吗?
非常感谢您的帮助:)