ADVERTISEMENT

A teen's book with a big heart

Emilio Baja launches 'A Heart in Two Places' a book that honors OFWs

Published Sep 8, 2025 12:19 pm  |  Updated Sep 8, 2025 02:04 pm
At just 17, most teens are stressing over exams, prom outfits, or maybe which K-drama to binge next. But Lauro Emilio Baja? He just launched a children’s book titled “A Heart in Two Places” at Museo Pambata last Aug. 30, 2025. This is not just any book. It is a love letter to Overseas Filipino Workers (OFWs) and a fundraiser rolled into one.
The youth-led nonprofit he founded, Full Phils, debuted the book to a crowd of guests, including government officials, such as Department of Education Secretary Sonny Angara and Representative of the 1st District of Batangas Leandro Leviste, together with his fellow students, volunteers, and, of course, proud family members. Written by Emilio himself, the story follows Arlyn, a domestic worker in Hong Kong who wakes up before dawn each day to care for another family while her own children wait for her back in the Philippines. It’s a gentle yet powerful way of helping kids understand what it really means when someone they love works abroad.
“To have your heart in two places is not a weakness—it is, in fact, the strongest act of love and sacrifice,” Emilio shared during his heartfelt speech, where he even gave a touching shoutout to his family’s longtime caregiver for 23 years, the inspiration for the book’s main character.
The best part of this launch is that 100 percent of the book’s proceeds will go straight into Full Phils’ scholarship program. That means every copy you buy is basically a ticket for an OFW in Hong Kong to return to school and chase the college degree they once put on hold. In just two years, Full Phils has already helped nearly 30 OFWs return to the classroom, with their very first batch of graduates expected in 2025.
In an interview with Manila Bulletin Lifestyle, Emilio said that in partnership with different education institutions, such as Philippine Women’s University (PWU), AMA College, and soon University of the Philippines Open University, Full Phils is able to send their scholars to online schools where they can take college degrees like Bachelor’s in Hotel and Restaurant Management (HRM).
“All of these schools provide 100 percent online, asynchronous, and modular courses for OFWs,” he said. “So we recognize that a lot of these domestic helpers have varying and difficult schedules that will be hard for them to pursue a college degree. But through these programs with our partner schools, we're able to ensure that our scholars can pursue college education while still maintaining their own jobs.”
Getting to know Emilio
Emilio’s journey started when he moved to Hong Kong at the age of 13. Every Sunday, he saw thousands of OFWs filling the streets of Central—singing, dancing, sharing meals, or simply resting on cardboard mats after a long week of work. Seeing the contrast between the skyscrapers towering above and the sacrifices of fellow Filipinos below, he realized he wanted to do something more than just watch.
He then founded Full Phils with one mission: to encourage, motivate, and empower OFWs through higher education. What began as a teenager’s idea has now grown into a global movement. Today, he leads a team of over 50 volunteers across the Philippines, Hong Kong, Canada, and Europe, all working together to make education accessible for OFWs.
Outside Full Phils, Emilio is your classic overachiever (in the best way possible). He’s a student council president, an international competitor in Model United Nations and Speech and Debate, the manager of his school newspaper, and a fan of public speaking, global politics, and economics.
Reaching for wider audience
Emilio’s book isn’t stopping here. After its Manila launch, “A Heart in Two Places” will be showcased at the Manila International Book Fair (Sept. 10 to 14, 2025, at SMX Convention Center) and the Frankfurt Book Fair in Germany this October—the world’s biggest book fair. Not bad for a kid who started pitching his advocacy when he was only 14 and got rejected many times before anyone took him seriously.
So why does a teenager go through the sleepless nights of writing, rewriting, and hustling for an NGO? Emilio said it’s simple, “If no one will do it, then who will? And if not now, then when?”
For young readers, the book is a sweet story about love and longing. For OFWs, it’s a much-deserved tribute. And for everyone else, it’s proof that you’re never too young to dream big—and to make those dreams matter for others.
Grab a copy through Full Phils’ social media pages and online platforms, and remember: Every book you buy brings one scholar closer to graduation day. Meanwhile, for OFWs interested in applying for scholarships, follow Full Phil’s social media pages and send your inquiries.

Related Tags

A Heart in Two Places Emilio Baja
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.