From 0d197521c6e2ed86ab4f0cd2ddbccf6f74e48e13 Mon Sep 17 00:00:00 2001 From: David Holm Date: Sat, 15 Mar 2014 18:00:46 +0100 Subject: [PATCH] Provide autoloads for org-annotate-file * contrib/lisp/org-annotate-file.el (org-annotate-file, org-annotate-file-show-section): Provide autoloads for the functions intended for use from outside the script. TINYCHANGE --- contrib/lisp/org-annotate-file.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/lisp/org-annotate-file.el b/contrib/lisp/org-annotate-file.el index 6bea7ef0d..8fbb59021 100644 --- a/contrib/lisp/org-annotate-file.el +++ b/contrib/lisp/org-annotate-file.el @@ -83,6 +83,7 @@ Trim whitespace at beginning and end of STRING and replace any replace-map) string)) +;;;###autoload (defun org-annotate-file () "Visit `org-annotate-file-storage-file` and add a new annotation section. The annotation is opened at the new section which will be referencing @@ -93,6 +94,7 @@ the point in the current file." (switch-to-buffer (org-annotate-file-show-section org-annotate-file-storage-file))) +;;;###autoload (defun org-annotate-file-show-section (storage-file &optional annotated-buffer) "Add or show annotation entry in STORAGE-FILE and return the buffer. The annotation will link to ANNOTATED-BUFFER if specified,