|
@@ -2836,7 +2836,7 @@ ignores hidden links."
|
|
((= dcst ?t) '<)))
|
|
((= dcst ?t) '<)))
|
|
(next-record (lambda ()
|
|
(next-record (lambda ()
|
|
(skip-chars-forward " \r\t\n")
|
|
(skip-chars-forward " \r\t\n")
|
|
- (beginning-of-line)))
|
|
|
|
|
|
+ (or (eobp) (beginning-of-line))))
|
|
(end-record (lambda ()
|
|
(end-record (lambda ()
|
|
(goto-char (org-list-get-item-end-before-blank
|
|
(goto-char (org-list-get-item-end-before-blank
|
|
(point) struct))))
|
|
(point) struct))))
|