ADVERTISEMENT

Another look at erotic love

Published Feb 13, 2022 12:05 am
THROUGH UNTRUE Fr. Rolando V. dela Rosa, O.P. Tomorrow is Valentine's Day. Let's talk about erotic love. The word "erotic" comes from Eros, which, in Greek mythology is the god of love, the creative force that breaks old forms to make new ones. Eros reaches his full potential only when he is together with his brother Anteros. In Roman mythology, Anteros is rendered as Passio (passion) a powerful urge or drive, the satisfaction of which entail sacrifice and suffering.  Without Anteros, the god Eros regresses into a chubby, mischievous, winged child with bow and arrow (Cupid). This is the version of Eros which is popularized by Valentine's Day.  By retrieving the classical understanding of erotic love, we come to understand that when love is separated from sacrifice or suffering for the beloved, it becomes a mere feeling, attraction, infatuation, or worse, lust. This was what happened when Alfred Kinsey and self-styled sex gurus equated erotic love with impersonal, unromantic, piston-like sexual activity which T.S. Eliot describes as the “love that we feel between the desire and the spasm." Thus, erotic love and everything associated with it, have become synonymous with sexual pleasure that is purely for convenience, without commitment, and without regard to its outcome. No wonder, pornography has become a lucrative business.  Also, erotic love that is equated with sensual pleasure resulted in consequence-less sex (through contraceptives and abortion) and sex-less procreation (test tube pregnancy, etc.). People have been brainwashed to think that love and sex are trivial playthings. Sigmund Freud attempted to rehabilitate erotic love in his 1920 book, titled Beyond the Pleasure Principle by not equating erotic love with sexual activity and the pleasure it brings. He called eros the “life force” that conquers the death instinct. For him, the pleasure principle is self-defeating. Seeking sexual pleasure for its own sake leads to death.  In his encyclical “Deus Caritas Est” (God Is Love), the former Pope Benedict XVI relates this “life force” to God. Benedict describes God not as the cold and rigid prime mover that pushes everything into motion. Rather, He is the passionate lover who pulls or attracts everything towards Himself.   He writes: “God, the universal principle of creation is, at the same time, a lover with all the passion of a true love.” His words remind me of Mel Gibson’s movie “The Passion of the Christ,” a most literal depiction of the passionate love of an erotic God who willingly endures unspeakable suffering for us, His beloved.   True erotic love is the force that moves a person to go beyond himself. It draws a man and woman away from their selfish interests in order to commit themselves to each other’s welfare. Erotic love, understood in the classical way, drives a person to give up his convenient lifestyle to serve others, or impels him to live and die for a person, a cause, belief, or ideology.  Plato puts it accurately thus: “Eros is the yearning for self-transcendence.” Ultimately, such a yearning drives us towards God because no earthly pleasure can ever satisfy our deepest longing. St. Augustine captured this sad yet hopeful human condition in his lament: “Our hearts are restless until they rest in God.”   Or, in the words of the poet Francis Thompson, we experience true erotic love when we realize that the gloom brought about by our unfulfilled longing and desire is nothing but "the shadow of God’s hand, outstretched caressingly.”  
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.