Mercurius-Lee

Results 3 issues of Mercurius-Lee

I failed to upgrade my confuse 3.2.2 to 3.3 by homebrew. ![image](https://user-images.githubusercontent.com/31580811/89364533-41627000-d705-11ea-9448-05f4995e5fab.png)

(use-package shell-maker :straight (:type git :host github :repo: "xenodium/chatgpt-shell" :local-repo "chatgpt-shell" :files ("shell*.el"))) (use-package chatgpt-shell :straight (:type git :host github :repo: "xenodium/chatgpt-shell" :local-repo "chatgpt-shell" :files (:defaults (:exclude "shell*.el"))) :config (setq...

(end (save-excursion (goto-char (plist-get node :end)) (skip-chars-backward " \t") (point)))) 在mpv的链接中执行命令时,mpvi-parse-link-at-point 函数报错,执行(node(cadr org-element-context))得到的node 中并没有 :end 参数。源码中的:end 指的是?