2

当我写

$ git clone https://https://username@bitbucket.org/username/reponame.git

在 org-mode 然后导出到 ascii (Cc Ce a) 结果是

$ git clone [https://https://username@bitbucket.org/username/reponame.git]

因此,自述文件的读者将无法简单地复制和粘贴该行。

我想以 org-mode (emacs) 为 GIT 项目编写我的自述文件并将它们导出到 ascii。这样会很好,因为格式很漂亮,而且 ReadMe.txt 文件的内容会自动显示在 github 和 bitbucket 上。

摆脱括号的首选方法是什么?将 org-mode 中的行定义为代码片段?更改 ascii 导出定义?

4

1 回答 1

3

我建议将这些命令标记为文字示例,或者将其括在#+begin_exampleand之间#+end_example,或者在单行中使用冒号作为前缀:

This is an example command:
: $ git clone https://username@bitbucket.org/username/reponame.git

链接不会被解释。

于 2012-07-25T12:29:36.720 回答