|
@@ -5131,7 +5131,8 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
|
|
(save-excursion
|
|
|
(and (outline-next-heading)
|
|
|
(org-flag-heading nil))) ; show the next heading
|
|
|
- (call-interactively 'org-todo)
|
|
|
+ (let ((current-prefix-arg arg))
|
|
|
+ (call-interactively 'org-todo))
|
|
|
(and (bolp) (forward-char 1))
|
|
|
(setq newhead (org-get-heading))
|
|
|
(when (and (org-bound-and-true-p
|