|
@@ -1322,7 +1322,7 @@ the default behavior."
|
|
;; Clock in at which position?
|
|
;; Clock in at which position?
|
|
(setq target-pos
|
|
(setq target-pos
|
|
(if (and (eobp) (not (org-at-heading-p)))
|
|
(if (and (eobp) (not (org-at-heading-p)))
|
|
- (point-at-bol 0)
|
|
|
|
|
|
+ (org-with-wide-buffer (point-at-bol 0))
|
|
(point)))
|
|
(point)))
|
|
(save-excursion
|
|
(save-excursion
|
|
(when (and selected-task (marker-buffer selected-task))
|
|
(when (and selected-task (marker-buffer selected-task))
|