소스 검색

Revert "org-icalendar.el: exclude tags from the summary of the ical entry."

This reverts commit 373224ecdbd32a6e7ed523e28b581f637a7b1621.
David Maus 14 년 전
부모
커밋
dbe5c6031a
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      lisp/org-icalendar.el

+ 1 - 3
lisp/org-icalendar.el

@@ -311,9 +311,7 @@ When COMBINE is non nil, add the category to each line."
 		inc t
 		hd (condition-case nil
 		       (org-icalendar-cleanup-string
-			(replace-regexp-in-string 
-			 ":[[:alnum:]_@#%:]+:[ \t]*$" ""
-			 (org-get-heading)))
+			(org-get-heading))
 		     (error (throw :skip nil)))
 		summary (org-icalendar-cleanup-string
 			 (org-entry-get nil "SUMMARY"))