Browse Source

Merge branch 'maint'

Kyle Meyer 4 years ago
parent
commit
72f65744b7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-agenda.el
  2. 1 1
      lisp/org.el

+ 1 - 1
lisp/org-agenda.el

@@ -9342,7 +9342,7 @@ the same tree node, and the headline of the tree node in the Org file."
        (save-window-excursion
        (save-window-excursion
 	 (org-agenda-change-all-lines newhead hdmarker 'fixface just-one))
 	 (org-agenda-change-all-lines newhead hdmarker 'fixface just-one))
        (when (bound-and-true-p org-clock-out-when-done)
        (when (bound-and-true-p org-clock-out-when-done)
-      	 (string-match (concat "^" (regexp-opt org-done-keywords-for-agenda))
+	 (string-match (concat "^" (regexp-opt org-done-keywords-for-agenda))
 		       newhead)
 		       newhead)
 	 (org-agenda-unmark-clocking-task))
 	 (org-agenda-unmark-clocking-task))
        (org-move-to-column col)
        (org-move-to-column col)

+ 1 - 1
lisp/org.el

@@ -4189,7 +4189,7 @@ After a match, the following groups carry important information:
   "Variable associated with STARTUP options for Org.
   "Variable associated with STARTUP options for Org.
 Each element is a list of three items: the startup options (as written
 Each element is a list of three items: the startup options (as written
 in the #+STARTUP line), the corresponding variable, and the value to set
 in the #+STARTUP line), the corresponding variable, and the value to set
-this variable to if the option is found.  An optional forth element PUSH
+this variable to if the option is found.  An optional fourth element PUSH
 means to push this value onto the list in the variable.")
 means to push this value onto the list in the variable.")
 
 
 (defcustom org-group-tags t
 (defcustom org-group-tags t