File: hyrolo.el.html
This is Hyperbole's advanced rolo system, HyRolo, for convenient
management of hierarchical, record-oriented information. Most
often this is used for contact management but it can quickly be
adapted to most any record-oriented lookup task, for fast, full-text
retrieval.
See all the autoloaded functions herein for interactive commands.
See the Info manual entry "(hyperbole)HyRolo" for usage information.
Note that for Markdown files, HyRolo supports only the modern standard
of headlines that start with '#' characters, not the older, setext
style of underlining headers with '=' or '-' characters.
Defined variables (56)
hyrolo--cache-index-to-major-mode-hasht | Hash table with integer major-mode index keys and ‘major-mode’ values. |
hyrolo--cache-loc-match-bounds | Ordered list of the bounds of each matched buffer in Hyrolo display buffer. |
hyrolo--cache-major-mode-index | Next index value to use when caching buffer-local values. |
hyrolo--cache-major-mode-indexes | Ordered keys to select major modes in ‘hyrolo--cache-major-mode-indexes’. |
hyrolo--cache-major-mode-to-index-hasht | Hash table with ‘major-mode’ name keys and integer major-mode index values. |
hyrolo--expanded-file-list | List of hyrolo files after directory and file wildcard expansions. |
hyrolo--wconfig | Saves frame’s window configuration prior to a hyrolo search. |
hyrolo-add-hook | Hook run when a HyRolo item is added. |
hyrolo-auto-mode-alist | Entries to prepend to ‘auto-mode-alist’ to invoke file modes used by HyRolo. |
hyrolo-boolean-only-flag | Set to prevent HyRolo from displaying an error buffer when running tests. |
hyrolo-date-format | Format of date string used in HyRolo automatic date stamps. |
hyrolo-display-buffer | Buffer used to display set of last matching rolo entries. |
hyrolo-display-format-function | Function of 2 args, start and end, that formats the region for display. |
hyrolo-edit-hook | Hook run when a HyRolo item is edited. |
hyrolo-email-format | Format string to use when adding an entry with e-mail addr from a mail msg. |
hyrolo-entry-group-number | Group number whose length represents the level of any entry matched. |
hyrolo-entry-name-regexp | Regexp matching a hyrolo entry name. |
hyrolo-entry-regexp | Regular expression to match the beginning of a HyRolo entry. |
hyrolo-entry-trailing-space-group-number | Group number within ‘hyrolo-hdr-and-entry-regexp’ containing trailing space. |
hyrolo-file-list | List of files containing hyrolo entries. |
hyrolo-file-suffix-regexp | File suffix regexp used to select files to search with HyRolo. |
hyrolo-find-file-function | Function to interactively display a ‘hyrolo-file-list’ file for editing. |
hyrolo-find-file-noselect-function | Function used by HyRolo to read ‘hyrolo-file-list’ files into Emacs. |
hyrolo-google-contacts-flag | Non-nil means search Google Contacts on each hyrolo query. |
hyrolo-hdr-and-entry-regexp | Regular expression to match the beginning of a HyRolo file header or entry. |
hyrolo-hdr-format | Header to insert before a file’s first entry match when file has no header. |
hyrolo-hdr-prefix-regexp | Regexp to prefix to ‘hyrolo-hdr-and-entry-regexp’ and ‘outline-regexp’. |
hyrolo-hdr-regexp | Regular expression to match the first and last lines of hyrolo file headers. |
hyrolo-highlight-face | Face used to highlight rolo search matches. |
hyrolo-kill-buffers-after-use | Non-nil means kill rolo file buffers after searching them for entries. |
hyrolo-logical-regexp | Regexp matching the beginning of a HyRolo logical search string. |
hyrolo-markdown-mode-abbrev-table | Abbrev table for ‘hyrolo-markdown-mode’. |
hyrolo-markdown-mode-hook | Hook run after entering ‘hyrolo-markdown-mode’. |
hyrolo-markdown-mode-map | Keymap for ‘hyrolo-markdown-mode’. |
hyrolo-markdown-mode-syntax-table | Syntax table for ‘hyrolo-markdown-mode’. |
hyrolo-markdown-suffix-regexp | Regexp matching Markdown file suffixes. |
hyrolo-match-regexp | Last regular expression used to search the hyrolo. |
hyrolo-mode-map | Keymap for the hyrolo display match buffer. |
hyrolo-mode-prefix-map | Keymap for hyrolo display match buffer bindings with a prefix, typically C-c. |
hyrolo-mode-syntax-table | Syntax table used while in hyrolo match mode. |
hyrolo-next-match-function | Value is the function to find next match within a HyRolo file. |
hyrolo-org-mode-abbrev-table | Abbrev table for ‘hyrolo-org-mode’. |
hyrolo-org-mode-hook | Hook run after entering ‘hyrolo-org-mode’. |
hyrolo-org-mode-map | Keymap for ‘hyrolo-org-mode’. |
hyrolo-org-mode-syntax-table | Syntax table for ‘hyrolo-org-mode’. |
hyrolo-outline-minor-mode | Non-nil if Hyrolo-Outline minor mode is enabled. |
hyrolo-outline-minor-mode-hook | Hook run after entering or leaving ‘hyrolo-outline-minor-mode’. |
hyrolo-outline-mode-abbrev-table | Abbrev table for ‘hyrolo-outline-mode’. |
hyrolo-outline-mode-hook | Hook run after entering ‘hyrolo-outline-mode’. |
hyrolo-outline-mode-map | Keymap for ‘hyrolo-outline-mode’. |
hyrolo-outline-mode-syntax-table | Syntax table for ‘hyrolo-outline-mode’. |
hyrolo-reveal-ignore-this-command | Set this non-nil in any command that should ignore ‘hyrolo-reveal-mode’. |
hyrolo-reveal-mode | Non-nil if Hyrolo-Reveal mode is enabled. |
hyrolo-reveal-mode-hook | Hook run after entering or leaving ‘hyrolo-reveal-mode’. |
hyrolo-save-buffers-after-use | Non-nil means save rolo file after an entry is killed. |
hyrolo-yank-reformat-function | A function of two arguments, START and END, invoked after a ‘hyrolo-yank’. |