From 445eefd238eb7c3843e18cd265c05f07233f8aff Mon Sep 17 00:00:00 2001 From: Rasmus Date: Wed, 6 Dec 2017 15:02:15 +0100 Subject: Backport: Update Org to v9.1.4 Please note this is a bugfix release. See etc/ORG-NEWS for details. (cherry picked from commit 567b5efe1f338c10c574758fb968915c5c34c909) --- lisp/org/org-feed.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/org/org-feed.el') diff --git a/lisp/org/org-feed.el b/lisp/org/org-feed.el index 0119864df9f..cd2e95f7ad2 100644 --- a/lisp/org/org-feed.el +++ b/lisp/org/org-feed.el @@ -624,7 +624,7 @@ containing the properties `:guid' and `:item-full-text'." end (and (re-search-forward "" nil t) (match-beginning 0))) (setq item (buffer-substring beg end) - guid (if (string-match ".*?>\\(.*?\\)" item) + guid (if (string-match ".*?>\\([^\000]*?\\)" item) (xml-substitute-special (match-string-no-properties 1 item)))) (setq entry (list :guid guid :item-full-text item)) (push entry entries) -- cgit v1.2.3