|
@@ -865,7 +865,7 @@ Assume point is at beginning of the headline."
|
|
(skip-chars-backward " \r\t\n")
|
|
(skip-chars-backward " \r\t\n")
|
|
(forward-line)
|
|
(forward-line)
|
|
(point)))))
|
|
(point)))))
|
|
- ;; Clean RAW-VALUE from any quote or comment string.
|
|
|
|
|
|
+ ;; Clean RAW-VALUE from any comment string.
|
|
(when commentedp
|
|
(when commentedp
|
|
(let ((case-fold-search nil))
|
|
(let ((case-fold-search nil))
|
|
(setq raw-value
|
|
(setq raw-value
|