|
@@ -9695,6 +9695,8 @@ formats in the current buffer."
|
|
(setq hiddenp (org-invisible-p))
|
|
(setq hiddenp (org-invisible-p))
|
|
(end-of-line 1)
|
|
(end-of-line 1)
|
|
(and (equal (char-after) ?\n) (forward-char 1))
|
|
(and (equal (char-after) ?\n) (forward-char 1))
|
|
|
|
+ (while (looking-at "^[ \t]*\\(:CLOCK:\\|CLOCK\\|:END:\\)")
|
|
|
|
+ (beginning-of-line 2))
|
|
(org-skip-over-state-notes)
|
|
(org-skip-over-state-notes)
|
|
(skip-chars-backward " \t\n\r")
|
|
(skip-chars-backward " \t\n\r")
|
|
(if (eq (char-before) ?*) (forward-char 1))
|
|
(if (eq (char-before) ?*) (forward-char 1))
|