|
|
|
|
|
by feanaro
1534 days ago
|
|
> I doubt I would ever use org-mode in neovim because it relies on being implemented in the entire emacs system and the emacs lisp language . Nothing short of embedding emacs on neovim would make it tenable. Uh-oh, this does not make a good commercial for org-mode. Is it really that tightly bound to emacs that it fundamentally cannot be used as a general-purpose editor-agnostic tool? |
|
Using org mode as an outliner is likely to be easy in a variety of tools.
A major part of org mode is task management, integrated with an agenda view. The full set of editor interactions would be harder to implement in other editors.
e.g. One feature org mode has is "org babel", which allows running snippets of code, and gluing these together as a way of doing literate programming.
Or e.g. the tables in org mode support spreadsheet calculations.
-- I'd say more that people find many different uses for org mode. That somewhat speaks in favour of org mode as a tool.