diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/org/ox-icalendar.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
Diffstat (limited to 'lisp/org/ox-icalendar.el')
| -rw-r--r-- | lisp/org/ox-icalendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-icalendar.el b/lisp/org/ox-icalendar.el index 3b7dd45f873..dd84b024af4 100644 --- a/lisp/org/ox-icalendar.el +++ b/lisp/org/ox-icalendar.el | |||
| @@ -1148,7 +1148,7 @@ external process." | |||
| 1148 | (warn "Exporting %s to icalendar failed: %s" | 1148 | (warn "Exporting %s to icalendar failed: %s" |
| 1149 | file | 1149 | file |
| 1150 | (error-message-string err)) | 1150 | (error-message-string err)) |
| 1151 | (signal (car err) (cdr err))))))) | 1151 | (signal err)))))) |
| 1152 | (org-release-buffers org-agenda-new-buffers))))) | 1152 | (org-release-buffers org-agenda-new-buffers))))) |
| 1153 | 1153 | ||
| 1154 | ;;;###autoload | 1154 | ;;;###autoload |