Reword news item about org-persist

This commit is contained in:
Ihor Radchenko 2021-12-18 22:12:54 +08:00
parent e26b825e6e
commit 79f89dd8aa
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 5 additions and 2 deletions

View File

@ -44,14 +44,17 @@ The cache persistence can be controlled via
*** New library =org-persist.el= implements variable persistence across Emacs sessions
The library stored variable data in ~org-persist-directory~ (set to XDG
The library stores variable data in ~org-persist-directory~ (set to XDG
cache dir by default).
The entry points are ~org-persist-register~, ~org-persist-unregister~,
~org-persist-read~, and ~org-persist-read-all~. Storing circular
structures is supported. Storing references between different
variables is also supported (see =:inherit= key in
~org-persist-register~).
~org-persist-register~).
The library permits storing buffer-local variables. Such variables
are linked to the buffer text, file =inode=, and file path.
*** New =:options= attribute when exporting tables to LaTeX