emacs-china / EGO

EGO is a static site generator that depends on Emacs, Git and Org-mode.
94 stars 11 forks source link

ego-link在org9.0上失效 #98

Closed lujun9972 closed 7 years ago

kuangdash commented 7 years ago

问题在 ego-add-link-type 这个函数上,9.0.3 版的说明如下:

org-add-link-type is a compiled Lisp function in ‘org-compat.el’.

(org-add-link-type TYPE &optional FOLLOW EXPORT)

This function is obsolete since Org 9.0;
use `org-link-set-parameters' instead.

我得试试 org-link-set-parameters 的用法

kuangdash commented 7 years ago

ego-link 在 org 9.0.3 上可以使用了。请更新 ego 包(melpa 要等它构建完毕,建议直接用 git 版本的),看下效果,可以的话就关闭此 issue