mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
Minor changes, to keep the compiler happy.
This commit is contained in:
parent
e15c02c310
commit
b4f50fc988
@ -1964,6 +1964,7 @@ higher priority settings."
|
||||
(defvar org-pre-agenda-window-conf nil)
|
||||
(defvar org-agenda-columns-active nil)
|
||||
(defvar org-agenda-name nil)
|
||||
(defvar org-agenda-filter nil)
|
||||
(defun org-prepare-agenda (&optional name)
|
||||
(setq org-todo-keywords-for-agenda nil)
|
||||
(setq org-done-keywords-for-agenda nil)
|
||||
@ -4131,7 +4132,6 @@ When this is the global TODO list, a prefix argument will be interpreted."
|
||||
|
||||
|
||||
(defvar org-global-tags-completion-table nil)
|
||||
(defvar org-agenda-filter nil)
|
||||
(defvar org-agenda-filter-form nil)
|
||||
(defun org-agenda-filter-by-tag (strip &optional char narrow)
|
||||
"Keep only those lines in the agenda buffer that have a specific tag.
|
||||
@ -4153,7 +4153,7 @@ to switch to narrowing."
|
||||
(effort-prompt "")
|
||||
(inhibit-read-only t)
|
||||
(current org-agenda-filter)
|
||||
char a tag tags)
|
||||
char a n tag tags)
|
||||
(unless char
|
||||
(message
|
||||
"%s by tag [%s ], [TAB], [/]:off, [+-]:narrow, [>=<]:effort: "
|
||||
|
@ -1153,6 +1153,7 @@ If TIMESTAMPS, convert timestamps, otherwise delete them."
|
||||
(t (insert "\\texttt{" desc "}")))))))
|
||||
|
||||
(defvar org-latex-entities) ; defined below
|
||||
(defvar org-latex-entities-regexp) ; defined below
|
||||
|
||||
(defun org-export-latex-preprocess ()
|
||||
"Clean stuff in the LaTeX export."
|
||||
|
@ -43,7 +43,7 @@
|
||||
(declare-function org-format-org-table-html "org-exp" (lines &optional splice))
|
||||
(defvar orgtbl-mode) ; defined below
|
||||
(defvar orgtbl-mode-menu) ; defined when orgtbl mode get initialized
|
||||
|
||||
(defvar org-export-html-table-tag) ; defined in org-exp.el
|
||||
(defvar constants-unit-system)
|
||||
|
||||
(defcustom orgtbl-optimized (eq org-enable-table-editor 'optimized)
|
||||
|
Loading…
Reference in New Issue
Block a user