ADVERTISEMENT

Something we should not delay

Published Dec 8, 2024 12:04 am

THROUGH UNTRUE

https___mb.com.ph_wp-content_uploads_2020_07_FrRolandoDelaRosa.jpg

When was the last time you felt truly sorry for having done something wrong? Was the remorse so intense that you made a sincere confession, promised to do better, and performed some form of penance or restitution?


In a world steeped in moral relativism, many of us sin without acknowledging or admitting it. We often downplay the reality of sin by labeling it as a “mistake,” an “inborn weakness,” “a choice,” or even “an expression of freedom.” We rationalize our sinfulness by claiming that “we were born this way,” or “we are victims of circumstances” or by arguing that “everybody is doing it.” We forget that right is right, even if no one does it, and wrong is wrong, even if everyone does it.


In today’s Gospel reading, St. John the Baptist strongly urges us to feel remorse for our sins, warning that delaying repentance might mean losing our chance for forgiveness (Luke 3:1-6). While it is true that God will never withdraw His offer of mercy and absolution, our time on earth is brief, and our opportunity to seek forgiveness is limited. Nothing is more tragic than a missed opportunity. Jesus Himself warns: “Unless you repent now, you will all perish” (Luke 13:4).


Some may argue, “I’ll repent when I face a terminal illness or when I’m on my deathbed.” St. Paul cautions against this mindset. He writes: “Do not deceive yourselves and do not mock God. You reap what you sow. The one who sows to the flesh will reap corruption, but the one who sows to the Spirit will reap everlasting life” (Galatians 6:7-8).


In other words, we die as we live. If we have spent our lives ignoring God, how can we suddenly desire to be with Him in heaven? Even if God grants that desire, how can we be happy with a God with whom we never had an intimate relationship? Imagine spending eternity with a total stranger!


Repentance should not be delayed. When sin becomes a habit, it blinds us to its destructive effects, distorts our priorities and leads us to prize highly those that give us immediate satisfaction but leave us guilty, empty, and full of self-loathing.


Many people are genuinely sorry for their sins, but they prefer to confess directly to God rather than to a priest. They will find consolation in the late Erma Bombeck, who, with her sharp wit, humorously predicted that one day Catholics would no longer confess their sins to a priest, but to an Automatic Confession Machine (ACM) installed in every church. 


You would approach the machine and say, “Father, bless me, for I have sinned.” A menu would appear on a screen. You would select the number of days since your last confession and check off the sins you have committed. The machine would then generate a printout with your penance and some spiritual advice.


Yet Bombeck wisely observed that, even if such technology were possible, forgiveness would be sacrificed on the altar of convenience. Imagine a church where everyone is searching for a button to push! Furthermore, Bombeck pointed out that no machine could ever replace a priest because the Church will never ordain a software.


Jesus established how we can ordinarily receive forgiveness. He told His disciples, and by extension, their successors: “Whose sins you shall forgive, they are forgiven; whose sins you shall retain, they are retained” (John 20:23). If He himself sought forgiveness for our sins by being born in our likeness and by suffering a terrible death, why should we choose the easy and convenient way? Seeking forgiveness on our own terms is an act of pride. 


The Advent season is a time for repentance and renewal. In all humility, let us ask God to heal our broken relationships with Him and others, release the burden of unresolved guilt that torments us, and restore our inner sense of integrity, harmony, and peace.

Related Tags

Fr. Rolando V. dela Rosa O.P. THROUGH UNTRUE
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.