فهرست منبع

ox-icalendar: Fix thinko

* lisp/ox-icalendar.el (org-icalendar-export-current-agenda): Use
  `member' instead of `memq'.
Nicolas Goaziou 7 سال پیش
والد
کامیت
4b89f5c0e4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/ox-icalendar.el

+ 1 - 1
lisp/ox-icalendar.el

@@ -888,7 +888,7 @@ This function assumes major mode for current buffer is
 		     (seen nil))	;prevent duplicates
 		 (while (setq p (next-single-property-change p 'org-hd-marker))
 		   (let ((m (get-text-property p 'org-hd-marker)))
-		     (when (and m (not (memq m seen)))
+		     (when (and m (not (member m seen)))
 		       (push m seen)
 		       (with-current-buffer (marker-buffer m)
 			 (org-with-wide-buffer