ADVERTISEMENT

Pope opens Church meeting amid tensions with conservatives

Published Oct 4, 2023 11:37 pm
Pope Francis 10.jpg
Photo from AFP/ MANILA BULLETIN

VATICAN CITY, Holy See– Pope Francis opened a major congress on the Catholic Church's future Wednesday, vowing open doors to "everyone" despite tensions with conservatives on issues from LGBTQ faithful to the treatment of divorcees.

The general assembly of the Synod of Bishops gathers in the wake of an unprecedented two-year global consultation that also broached contentious topics such as women deacons and priestly celibacy. It will take place over four weeks in Rome.

In his opening address, the pope sought to portray the Church of 1.3 billion faithful as more tolerant amid changing social norms and demographics, including the growth of Christianity outside the West.

"The Church is here for you! The Church of open doors is for everyone, everyone, everyone," said the 86-year-old at a large mass in St Peter's Square that kicked off the assembly.

"In such a complex time as ours, new cultural and pastoral challenges emerge that call for a warm and kindly inner attitude so that we can encounter each other without fear," he said.

Warning against "a rigid Church", the Argentine pontiff said he hoped the forum would avoid "human strategies, political calculations or ideological battles".

However, he said the intention was not to carry out "a parliamentary meeting or a plan of reformation. No. We are here to walk together with the gaze of Jesus".

 

- 'Doubts, confusion, error' -

 

Even before the proceedings began however, five conservative cardinals asked Francis to reaffirm Catholic doctrine on the treatment of gay couples and the ordination of women.

Their questions -- entitled "Doubts" -- were accompanied by an open letter to followers warning of the risk of "confusion" and "error".

They expressed concern that the questions raised through the Synod process could alienate many Catholics.

In a response made public Monday, Francis appeared to suggest a way to enable the blessing of same-sex couples by clerics, something not recognised by the Holy See but practised in countries such as Germany and Belgium.

While insisting that the Church only recognised marriage between a man and a woman, the pope said that "we cannot be judges who only deny, reject, and exclude", recommending "pastoral prudence".

Since taking office in 2013, Francis has worked to reform the governance of the Church. Striving to make it less hierarchical and more attentive to the needs of the faithful, he has met stiff internal resistance along the way.

 

- Expectations high -

 

At the first session, over 460 participants sat at round tables in the Vatican's Paul VI hall with touch-screen tablets in front of them, some wearing headphones over their clerical caps as they listened to speeches.

For the first time in the history of the Church, nuns and laywomen are taking part in the assembly consultations and are able to vote.

One informed observer of the Holy See, who asked not to be named, said their participation would make the synodal process more effective.

"Within the bishops, there is an ecclesiastical culture. With the laity, that won't work anymore," the source told AFP ahead of the assembly opening.

"They won't be satisfied with nice words, there will be a demand for procedure, the will to change, efficiency.

"In this sense, Francis is pushing the boundaries, which is why many are afraid."

A second session of the assembly is scheduled for October 2024, meaning that no concrete decisions are expected any time soon.

But expectations are high, as are concerns, with the consultations so far having highlighted differing views between national Churches, and between them and the Vatican.


 

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.