* lisp/org.el: * lisp/org-num.el: * lisp/org-macs.el: * lisp/org-list.el: * lisp/org-lint.el: * lisp/org-keys.el: * lisp/org-goto.el: * lisp/org-duration.el: * lisp/org-compat.el: * lisp/org-colview.el: * lisp/org-capture.el: * lisp/org-agenda.el: * lisp/ol.el: Add `generated-autoload-file' buffer local variable. This is needed when compiling Org files within GNU Emacs.
@@ -1905,4 +1905,8 @@ Also refresh fontification if needed."
(provide 'ol)
+;; Local variables:
+;; generated-autoload-file: "org-loaddefs.el"
+;; End:
+
;;; ol.el ends here
@@ -10719,4 +10719,8 @@ when defining today."
(provide 'org-agenda)
;;; org-agenda.el ends here
@@ -1943,4 +1943,8 @@ Assume sexps have been marked with
(provide 'org-capture)
;;; org-capture.el ends here
@@ -1721,4 +1721,8 @@ This will add overlays to the date lines, to show the summary for each day."
(provide 'org-colview)
;;; org-colview.el ends here
@@ -1107,4 +1107,8 @@ key."
(provide 'org-compat)
;;; org-compat.el ends here
@@ -449,4 +449,8 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return
(provide 'org-duration)
;;; org-duration.el ends here
@@ -309,4 +309,8 @@ With a prefix argument, use the alternative interface: e.g., if
(provide 'org-goto)
;;; org-goto.el ends here
@@ -927,4 +927,8 @@ a-list placed behind the generic `org-babel-key-prefix'.")
(provide 'org-keys)
;;; org-keys.el ends here
@@ -1259,4 +1259,8 @@ ARG can also be a list of checker names, as symbols, to run."
(provide 'org-lint)
;;; org-lint.el ends here
@@ -3552,4 +3552,8 @@ overruling parameters for `org-list-to-generic'."
(provide 'org-list)
;;; org-list.el ends here
@@ -1235,4 +1235,8 @@ window."
(provide 'org-macs)
;;; org-macs.el ends here
@@ -468,4 +468,8 @@ NUMBERING is a list of numbers."
(provide 'org-num)
;;; org-num.el ends here
@@ -881,4 +881,8 @@ this function appends the default value from
(provide 'org-refile)
;;; org-refile.el ends here
@@ -20679,4 +20679,8 @@ Started from `gnus-info-find-node'."
(run-hooks 'org-load-hook)
;;; org.el ends here