From 7a8b510b34728cd85b8bdd1a2a51dac3e976008a Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 19 May 2024 09:28:39 -0700 Subject: [PATCH] Re-add titles to my publishing Since by default, org exports were turning off titles. --- ha-org-publishing.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ha-org-publishing.org b/ha-org-publishing.org index 93a3fcd..859852e 100644 --- a/ha-org-publishing.org +++ b/ha-org-publishing.org @@ -90,6 +90,7 @@ My main blog made up a collection of org files: :section-numbers nil :table-of-contents nil :with-toc nil + :with-title t :with-author nil :with-creator nil :with-tags nil @@ -186,6 +187,7 @@ I take notes on a variety of technical subjects, and since I can share these not :script (@ :type "text/javascript" :src "js/magic.js"))) :table-of-contents nil + :with-title t :with-author nil :with-creator nil :with-tags nil)) @@ -220,6 +222,7 @@ I’ve been committing my literate-style Emacs configuration for years now, and :href "../css/styles.css"))) :html-head-extra nil :table-of-contents t + :with-title t :with-author nil :with-creator nil :with-tags nil)) @@ -252,6 +255,7 @@ I have an ADU on my property that I rent out through Airbnb. The place is full o :href "airbnb.css"))) :html-head-extra nil :table-of-contents nil + :with-title t :with-author nil :with-creator nil :with-tags nil))