jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

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

Open cxwx opened 4 years ago

cxwx commented 4 years ago

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

akenoshi commented 2 years ago

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"