瀏覽代碼

Merge branch 'hotfix-7.8.06'

Conflicts:
	lisp/org-agenda.el
Bastien Guerry 13 年之前
父節點
當前提交
44bf4de900
共有 4 個文件被更改,包括 5 次插入1 次删除
  1. 1 0
      lisp/ob.el
  2. 1 1
      lisp/org-agenda.el
  3. 1 0
      lisp/org-footnote.el
  4. 2 0
      lisp/org-src.el

+ 1 - 0
lisp/ob.el

@@ -82,6 +82,7 @@
 (declare-function org-list-struct "org-list" ())
 (declare-function org-list-prevs-alist "org-list" (struct))
 (declare-function org-list-get-list-end "org-list" (item struct prevs))
+(declare-function org-strip-protective-commas "org" (beg end))
 
 (defgroup org-babel nil
   "Code block evaluation and management in `org-mode' documents."

+ 1 - 1
lisp/org-agenda.el

@@ -6211,9 +6211,9 @@ When this is the global TODO list, a prefix argument will be interpreted."
     (recenter window-line)))
 
 (defvar org-global-tags-completion-table nil)
-(defvar org-agenda-filtered-by-category nil)
 (defvar org-agenda-filter-form nil)
 (defvar org-agenda-filtered-by-category nil)
+
 (defun org-agenda-filter-by-category (strip)
   "Keep only those lines in the agenda buffer that have a specific category.
 The category is that of the current line."

+ 1 - 0
lisp/org-footnote.el

@@ -59,6 +59,7 @@
 (declare-function org-trim "org" (s))
 (declare-function org-skip-whitespace "org" ())
 (declare-function outline-next-heading "outline")
+(declare-function org-skip-whitespace "org" ())
 
 (defvar org-outline-regexp-bol)		; defined in org.el
 (defvar org-odd-levels-only)		; defined in org.el

+ 2 - 0
lisp/org-src.el

@@ -44,6 +44,8 @@
 (declare-function org-strip-protective-commas "org" (beg end))
 (declare-function org-pop-to-buffer-same-window
 		  "org-compat" (&optional buffer-or-name norecord label))
+(declare-function org-strip-protective-commas "org" (beg end))
+(declare-function org-base-buffer "org" (buffer))
 
 (defcustom org-edit-src-region-extra nil
   "Additional regexps to identify regions for editing with `org-edit-src-code'.