From 19824ab16f4427be1d88d2f5914b587a6e37b309 Mon Sep 17 00:00:00 2001 From: mez Date: Sat, 7 Jun 2025 17:17:55 +0100 Subject: [PATCH] Add formatting warning for syndicated posts --- export.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/export.el b/export.el index fedbf66..45983e9 100644 --- a/export.el +++ b/export.el @@ -92,6 +92,8 @@ holding export options." (when (string-match "tumblr" thecategory) (concat "\n\n

" thetitle "

\n")) "
\n" + (unless (string-match "tumblr" thecategory) + (concat "

If the formatting of this post seems odd or incomplete, try viewing the original on my site.

")) contents "
\n" (if havecomments