Org API
Table of Contents
- Org-Registry API functions (org-registry.el)
- org-registry-assoc-all
link &optional registry - org-registry-create
entries - org-registry-display-files
files link - org-registry-find-all
test &optional registry - org-registry-get-entries
file - org-registry-initialize
&optional from-scratch - org-registry-insinuate
- org-registry-show
&optional visit - org-registry-update
- org-registry-visit
- org-registry-assoc-all
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.