Browse Source

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

This reverts commit 373224ecdbd32a6e7ed523e28b581f637a7b1621.
David Maus 14 years ago
parent
commit
dbe5c6031a
1 changed files with 1 additions and 3 deletions
  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"))