UP | HOME

Org API

Table of Contents

Org-Registry API functions (org-registry.el)

org-registry-assoc-all link &optional registry

Return all associated entries of link in the registry.

org-registry-create entries

Create org-registry-file with entries.

org-registry-display-files files link

Display files in a separate window.

org-registry-find-all test &optional registry

Return all entries satisfying test in the registry.

org-registry-get-entries file

List Org links in file that will be put in the registry.

org-registry-initialize &optional from-scratch

Initialize org-registry-alist. If from-scratch is non-nil or the registry does not exist yet, create a new registry from scratch and eval it. If the registry exists, eval org-registry-file and make it the new value for org-registry-alist.

org-registry-insinuate

Call org-registry-update after saving in Org-mode. Use with caution. This could slow down things a bit.

org-registry-show &optional visit

Show Org files where there are links pointing to the current buffer.

org-registry-update

Update the registry for the current Org file.

org-registry-visit

If an Org file contains a link to the current location, visit this file.

Documentation from the http://orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.