Org API
Table of Contents
- Org-Wikinodes API functions (org-wikinodes.el)
- org-wikinodes-activate-links
limit - org-wikinodes-add-to-font-lock-keywords
- org-wikinodes-clear-cache-when-on-target
- org-wikinodes-clear-direcory-targets-cache
- org-wikinodes-follow-link
target - org-wikinodes-get-links-for-directory
dir - org-wikinodes-get-targets
- org-wikinodes-open-at-point
- org-wikinodes-process-links-for-export
- org-wikinodes-which-file
target &optional directory
- org-wikinodes-activate-links
Org-Wikinodes API functions (org-wikinodes.el)
org-wikinodes-activate-links limit
Activate CamelCase words as links to Wiki targets.
org-wikinodes-add-to-font-lock-keywords
Add wikinode CamelCase highlighting to org-font-lock-extra-keywords.
org-wikinodes-clear-cache-when-on-target
When on a headline that is a Wiki target, clear the cache.
org-wikinodes-clear-direcory-targets-cache
Clear the cache where to find wiki targets.
org-wikinodes-follow-link target
Follow a wiki link to target.
This need to be found as an exact headline match, either in the current buffer, or in any .org file in the current directory, depending on the variable org-wikinodes-scope.
If a target headline is not found, it may be created according to the setting of org-wikinodes-create-targets.
org-wikinodes-get-links-for-directory dir
Return an alist that connects wiki links to files in directory dir.
org-wikinodes-get-targets
Return a list of all wiki targets in the current buffer.
org-wikinodes-open-at-point
Check if the cursor is on a Wiki link and follow the link.
This function goes into org-open-at-point-functions.
org-wikinodes-process-links-for-export
Process Wiki links in the export preprocess buffer.
Try to find target matches in the wiki scope and replace CamelCase words with working links.
org-wikinodes-which-file target &optional directory
Return the file for wiki headline target directory.
If there is no such wiki target, return nil.