diff options
| -rw-r--r-- | lisp/textmodes/org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 30d0fc6ed42..244f9bb0bce 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -21422,7 +21422,6 @@ When COMBINE is non nil, add the category to each line." | |||
| 21422 | (sexp-buffer (get-buffer-create "*ical-tmp*"))) | 21422 | (sexp-buffer (get-buffer-create "*ical-tmp*"))) |
| 21423 | (save-excursion | 21423 | (save-excursion |
| 21424 | (goto-char (point-min)) | 21424 | (goto-char (point-min)) |
| 21425 | (debug) | ||
| 21426 | (while (re-search-forward re1 nil t) | 21425 | (while (re-search-forward re1 nil t) |
| 21427 | (catch :skip | 21426 | (catch :skip |
| 21428 | (org-agenda-skip) | 21427 | (org-agenda-skip) |