diff --git a/lisp/org-colview.el b/lisp/org-colview.el index cf8890b2a..c9b1567af 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -1387,7 +1387,7 @@ This will add overlays to the date lines, to show the summary for each day." nil '+ nil) x)) org-columns-current-fmt-compiled)) - line c c1 stype calc sumfunc props lsum entries prop v) + line c c1 stype calc sumfunc props lsum entries prop v title) (catch 'exit (when (delq nil (mapcar 'cadr fmt)) ;; OK, at least one summation column, it makes sense to try this diff --git a/lisp/org-docview.el b/lisp/org-docview.el index d58cb5067..98da6159d 100644 --- a/lisp/org-docview.el +++ b/lisp/org-docview.el @@ -47,6 +47,9 @@ (require 'org) +(declare-function doc-view-goto-page "doc-view" (page)) +(declare-function doc-view-current-page "doc-view" (&optional win)) + (org-add-link-type "docview" 'org-docview-open) (add-hook 'org-store-link-functions 'org-docview-store-link) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 9dfc4060b..1f5e00bd0 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -47,6 +47,7 @@ (declare-function org-back-to-heading "org" (&optional invisible-ok)) (declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading)) (declare-function org-in-verbatim-emphasis "org" ()) +(declare-function org-inside-latex-macro-p "org" ()) (defvar org-odd-levels-only) ;; defined in org.el (defconst org-footnote-re