doc(Explanation): add row and schema in terminology

This commit is contained in:
contrapunctus 2021-06-11 03:44:49 +05:30
parent 2280f9df73
commit c8907f7dd7
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ Quite recently, after around two years of Chronometrist developement and use, I
:END:
For lack of a better term, events are how we refer to time intervals. They are stored as plists; each contains at least a =:name "<name>"=, a =:start "<iso-timestamp>"=, and (except in case of an ongoing task) a =:stop "<iso-timestamp>"=.
+ row :: a row of a table in a =tabulated-list-mode= buffer; an element of =tabulated-list-entries=.
+ schema :: the column descriptor of a table in a =tabulated-list-mode= buffer; the value of =tabulated-list-format=.
See also [[#explanation-time-formats][Currently-Used Time Formats]]
** Overview