Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ACF Meta

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'agenda',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'agenda_packet',
		'compare' => 'EXISTS',
	),
);