ADVERTISEMENT

Libanan tells DOE: 5% coconut biodiesel blend recommendation is urgent

Published Jul 5, 2026 12:27 pm
4Ps Party-list Rep. Marcelino "Nonoy" Libanan (PPAB)
4Ps Party-list Rep. Marcelino "Nonoy" Libanan (PPAB)


A ranking congressman is prodding the Department of Energy (DOE) to quickly act on Department of Agriculture's (DA) endorsement of the immediate adoption of a five percent (B5) coconut biodiesel blend.
According to House Minority Leader and 4Ps Party-list Rep. Marcelino "Nonoy" Libanan, the move gives renewed hope to millions of Filipinos who depend on the coconut industry for their livelihoods.
"We welcome the Department of Agriculture's strong support for the B5 biodiesel blend. It recognizes what we have long maintained—that strengthening the coconut industry is not only sound agricultural policy but also good economic, energy, and environmental policy," Libanan said on Sunday, July 5.
"We urge the DOE and the National Biofuels Board to act on the DA's recommendation with urgency and move forward with the higher biodiesel blend as envisioned under the Biofuels Act of 2007," Libanan added.
Libanan recalled that he strongly opposed the suspension of the scheduled increases in the biodiesel blend, warning at the time that delaying the program would deprive millions of coconut farmers and workers of higher incomes from increased demand for copra.
In July 2025, the DOE, upon the recommendation of the National Biofuels Board, suspended the scheduled implementation of the four percent (B4) and five percent (B5) coco-biodiesel blend mandates, citing concerns over their potential impact on pump prices and inflation.
Biofuel blending refers to the policy of mixing a certain percentage of biofuels—such as coconut-based biodiesel—with conventional petroleum fuels like diesel. Under the proposed B5 blend, biodiesel would account for five percent of every liter of diesel fuel sold in the country.
"We opposed the suspension because it ran contrary to the direction set by the Biofuels Act and denied millions of Filipino coconut farmers the economic opportunities that the higher biodiesel blend was designed to create," Libanan said.
The veteran lawmaker said he remained convinced that the suspension was a disservice to the millions of Filipinos who depend on the coconut industry for their survival.
The Minority Leader stressed that expanding the use of coconut methyl ester would increase domestic demand for copra, help improve farmgate prices, generate more jobs throughout the coconut value chain, reduce dependence on imported fossil fuels, and promote cleaner energy.
"Behind every increase in copra demand are families struggling to put food on the table, send their children to school, and build a better future. Many of our coconut farmers continue to live below the poverty line. They deserve policies that expand economic opportunities—not policies that hold them back," Libanan said.
"We cannot speak of inclusive growth while neglecting one of the country's largest and poorest agricultural sectors. Supporting a higher biodiesel blend means supporting rural livelihoods, strengthening our energy security, and creating greater value from a renewable resource that our own farmers produce," he added.
Libanan called on the DOE and the National Biofuels Board to complete the necessary technical and supply assessments without unnecessary delay and implement the higher biodiesel blend at the soonest possible time.
"We have before us an opportunity to fulfill both the spirit and the objectives of the Biofuels Act while uplifting millions of Filipino families who depend on the coconut industry. We should seize that opportunity," Libanan said.
According to the Philippine Coconut Authority, about 3.5 million registered coconut farmers cultivate approximately 3.6 million hectares of coconut plantations nationwide.
The agency estimates that around 25 million Filipinos derive income or economic support from the coconut industry, while government data indicate that more than 60 percent of coconut farmers and workers live below the poverty line.

Related Tags

DOE DA Marcelino Libanan Biodiesel Coconut
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; } }

{{ static_articles_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.