|
@@ -4242,12 +4242,6 @@ Normal means, no org-mode-specific context."
|
|
|
"Detect the first line outside a table when searching from within it.
|
|
|
This works for both table types.")
|
|
|
|
|
|
-;; Autoload the functions in org-table.el that are needed by functions here.
|
|
|
-
|
|
|
-(eval-and-compile
|
|
|
- (org-autoload "org-table"
|
|
|
- '(org-table-begin org-table-blank-field org-table-end)))
|
|
|
-
|
|
|
(defconst org-TBLFM-regexp "^[ \t]*#\\+TBLFM: "
|
|
|
"Detect a #+TBLFM line.")
|
|
|
|
|
@@ -4328,12 +4322,6 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables."
|
|
|
(re-search-forward org-table-any-border-regexp nil 1))))
|
|
|
(unless quietly (message "Mapping tables: done")))
|
|
|
|
|
|
-;; Declare and autoload functions from org-agenda.el
|
|
|
-
|
|
|
-(eval-and-compile
|
|
|
- (org-autoload "org-agenda"
|
|
|
- '(org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item)))
|
|
|
-
|
|
|
(declare-function org-clock-save-markers-for-cut-and-paste "org-clock" (beg end))
|
|
|
(declare-function org-clock-update-mode-line "org-clock" ())
|
|
|
(declare-function org-resolve-clocks "org-clock"
|
|
@@ -4359,11 +4347,6 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables."
|
|
|
Return nil if no clock is running."
|
|
|
(marker-buffer org-clock-marker))
|
|
|
|
|
|
-(eval-and-compile
|
|
|
- (org-autoload "org-clock" '(org-clock-remove-overlays
|
|
|
- org-clock-update-time-maybe
|
|
|
- org-clocktable-shift)))
|
|
|
-
|
|
|
(defun org-check-running-clock ()
|
|
|
"Check if the current buffer contains the running clock.
|
|
|
If yes, offer to stop it and to save the buffer with the changes."
|
|
@@ -4563,33 +4546,18 @@ Otherwise, these types are allowed:
|
|
|
|
|
|
(defalias 'org-advertized-archive-subtree 'org-archive-subtree)
|
|
|
|
|
|
-(eval-and-compile
|
|
|
- (org-autoload "org-archive"
|
|
|
- '(org-add-archive-files)))
|
|
|
-
|
|
|
-;; Autoload Column View Code
|
|
|
+;; Declare Column View Code
|
|
|
|
|
|
(declare-function org-columns-number-to-string "org-colview" (n fmt &optional printf))
|
|
|
(declare-function org-columns-get-format-and-top-level "org-colview" ())
|
|
|
(declare-function org-columns-compute "org-colview" (property))
|
|
|
|
|
|
-(org-autoload (if (featurep 'xemacs) "org-colview-xemacs" "org-colview")
|
|
|
- '(org-columns-number-to-string
|
|
|
- org-columns-get-format-and-top-level
|
|
|
- org-columns-compute
|
|
|
- org-columns-remove-overlays))
|
|
|
-
|
|
|
-;; Autoload ID code
|
|
|
+;; Declare ID code
|
|
|
|
|
|
(declare-function org-id-store-link "org-id")
|
|
|
(declare-function org-id-locations-load "org-id")
|
|
|
(declare-function org-id-locations-save "org-id")
|
|
|
(defvar org-id-track-globally)
|
|
|
-(org-autoload "org-id"
|
|
|
- '(org-id-new
|
|
|
- org-id-copy
|
|
|
- org-id-get-with-outline-path-completion
|
|
|
- org-id-get-with-outline-drilling))
|
|
|
|
|
|
;;; Variables for pre-computed regular expressions, all buffer local
|
|
|
|