orgutils-package {orgutils} | R Documentation |
Org Utils
Description
Helper functions to interact with Org files: read Org tables, convert R objects to Org markup.
Details
Org mode is a major mode for Emacs; see https://orgmode.org/manual/Summary.html#Summary for a summary of what it does.
The orgutils package provides helper functions for interacting with Org files (reading Org tables, convert R objects to Org markup) without Emacs. Since Org syntax is very human-readable, such conversions are useful also, for instance, in plain-text emails or reports.
There are several other packages that help you work with Org files as well, such as orgR or ascii.
Author(s)
Enrico Schumann <es@enricoschumann.net>
References
Org mode manual https://orgmode.org/
See Also
[Package orgutils version 0.5-0 Index]