From fc2beb1cdf86d2b2d877341241d3f9974acbd1fa Mon Sep 17 00:00:00 2001 From: Kamil Date: Wed, 15 Jan 2025 00:09:19 +0100 Subject: [PATCH] Update mpf_exporters.R --- R/mpf_exporters.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mpf_exporters.R b/R/mpf_exporters.R index 03b54d28..39188cec 100644 --- a/R/mpf_exporters.R +++ b/R/mpf_exporters.R @@ -409,8 +409,8 @@ export_as_rtf <- function(x, font_size = 8, lineheight = 1, fontspec = font_spec(font_family, font_size, lineheight), + paginate = TRUE, ...) { - paginate <- isTRUE(list(...)$paginate) # Processing lists of tables or listings if (.is_list_of_tables_or_listings(x)) { if (isFALSE(paginate)) {