Answers:
似乎有一个分支,org-sync
该分支的最新更新于2018年12月。它在MELPA上。安装:
M-x package-install RET org-sync RET
添加到初始化(.emacs或.emacs.d / init.el)
(mapc 'load '("org-sync" "org-sync-bb" "org-sync-github" "org-sync-redmine"))
使用:在新的org-mode-buffer中
M-x org-sync-import
配置登录
(setq org-sync-github-auth '("ostesting" . "thisisostesting42"))
要添加问题,请创建子标题
** OPEN my test issue
并使用上传M-x org-sync
。