vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Mac delete emacs, need to use /usr/local/bin/emacs instead of /usr/bin/emacs

Open cxwx opened this issue 6 years ago • 1 comments

vim.error: Vim(echoerr):Unable to find emacs binary /usr/bin/emac s

cxwx avatar Oct 30 '19 19:10 cxwx

This issue can solved by set parameters in vim. For more detail, read the orgguide.txt.

let g:org_export_emacs="/bin/emacs" let g:org_export_verbose=1 let g:org_export_init_script="/Home/.emacs"

akenoshi avatar Apr 14 '22 04:04 akenoshi