|
@@ -51,8 +51,8 @@
|
|
(require 'org)
|
|
(require 'org)
|
|
|
|
|
|
(declare-function org-at-encrypted-entry-p "org-crypt" ())
|
|
(declare-function org-at-encrypted-entry-p "org-crypt" ())
|
|
-(declare-function org-datetree-find-date-create "org-datetree"
|
|
|
|
- (date &optional keep-restriction))
|
|
|
|
|
|
+(declare-function org-clock-update-mode-line "org-clock" (&optional refresh))
|
|
|
|
+(declare-function org-datetree-find-date-create "org-datetree" (date &optional keep-restriction))
|
|
(declare-function org-decrypt-entry "org-crypt" ())
|
|
(declare-function org-decrypt-entry "org-crypt" ())
|
|
(declare-function org-encrypt-entry "org-crypt" ())
|
|
(declare-function org-encrypt-entry "org-crypt" ())
|
|
(declare-function org-table-analyze "org-table" ())
|
|
(declare-function org-table-analyze "org-table" ())
|