Skip to content

Commit 5caa314

Browse files
committed
force clipboard_format_text for non tabular data
1 parent 59dcc28 commit 5caa314

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/export.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ export_data(Options *opts,
783783

784784
ExportState expstate;
785785

786+
/* force export type CLIPBOARD_FORMAT_TEXT for non tabular data */
787+
if (!desc->headline_transl)
788+
format = CLIPBOARD_FORMAT_TEXT;
789+
786790
expstate.format = format;
787791
expstate.fp = fp;
788792
expstate.empty_string_is_null = opts->empty_string_is_null;

0 commit comments

Comments
 (0)