summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-09-05 21:13:03 +0200
committerDavid Maus <dmaus@ictsoc.de>2010-09-05 21:13:03 +0200
commitdbe5c6031a0c82742b30d97021b8bded2514bdd5 (patch)
tree61f6f599754e8b55542a4c1e48374a23a2c00155
parent373224ecdbd32a6e7ed523e28b581f637a7b1621 (diff)
downloadorg-mode-dbe5c6031a0c82742b30d97021b8bded2514bdd5.tar.gz
Revert "org-icalendar.el: exclude tags from the summary of the ical entry."
This reverts commit 373224ecdbd32a6e7ed523e28b581f637a7b1621.
-rw-r--r--lisp/org-icalendar.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el
index 5faea0e..4f307c4 100644
--- a/lisp/org-icalendar.el
+++ b/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"))