Keep compiler happy

This commit is contained in:
Carsten Dominik 2009-07-20 09:16:28 +02:00
parent 5f87a31fb7
commit 4183124c4b
4 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,8 @@
(require 'org)
(declare-function org-inlinetask-remove-END-maybe "org-inlinetask" ())
(defcustom org-archive-sibling-heading "Archive"
"Name of the local archive sibling that is used to archive entries locally.
Locally means: in the tree, under a sibling.

View File

@ -76,6 +76,8 @@
;;; Code
(require 'org)
(defgroup org-inlinetask nil
"Options concerning inline tasks in Org mode."
:tag "Org Inline Tasks"

View File

@ -262,6 +262,8 @@ This is in contrast to merely setting it to 0."
`(let* ((outline-regexp (org-get-limited-outline-regexp)))
,@body))
(defvar org-odd-levels-only) ; defined in org.el
(defvar org-inlinetask-min-level) ; defined in org-inlinetask.el
(defun org-get-limited-outline-regexp ()
"Return outline-regexp with limited number of levels.
The number of levels is controlled by "

View File

@ -2852,7 +2852,7 @@ Normal means, no org-mode-specific context."
(declare-function org-agenda-copy-local-variable "org-agenda" (var))
(declare-function org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item
"org-agenda" (&optional end))
(declare-function org-inlinetask-remove-END-maybe "org-inlinetask" ())
(declare-function parse-time-string "parse-time" (string))
(declare-function remember "remember" (&optional initial))
(declare-function remember-buffer-desc "remember" ())