【发布时间】:2012-07-25 10:54:10
【问题描述】:
当我写作时
$ git clone https://https://username@bitbucket.org/username/reponame.git
在org-mode下然后导出为ascii (C-c C-e a) 结果是
$ git clone [https://https://username@bitbucket.org/username/reponame.git]
因此,自述文件的读者无法简单地复制和粘贴该行。
我想以 org 模式 (emacs) 为 GIT 项目编写我的自述文件并将它们导出为 ascii。 这样会很好,因为格式很漂亮,而且ReadMe.txt文件的内容会自动显示在github和bitbucket上。
摆脱括号的首选方法是什么?将 org-mode 中的行定义为代码 sn-p?更改 ascii 导出定义?
【问题讨论】:
标签: git url export ascii org-mode