Re-add titles to my publishing
Since by default, org exports were turning off titles.
This commit is contained in:
parent
690724f66a
commit
7a8b510b34
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,7 @@ My main blog made up a collection of org files:
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:table-of-contents nil
|
:table-of-contents nil
|
||||||
:with-toc nil
|
:with-toc nil
|
||||||
|
:with-title t
|
||||||
:with-author nil
|
:with-author nil
|
||||||
:with-creator nil
|
:with-creator nil
|
||||||
:with-tags 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"
|
:script (@ :type "text/javascript"
|
||||||
:src "js/magic.js")))
|
:src "js/magic.js")))
|
||||||
:table-of-contents nil
|
:table-of-contents nil
|
||||||
|
:with-title t
|
||||||
:with-author nil
|
:with-author nil
|
||||||
:with-creator nil
|
:with-creator nil
|
||||||
:with-tags 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")))
|
:href "../css/styles.css")))
|
||||||
:html-head-extra nil
|
:html-head-extra nil
|
||||||
:table-of-contents t
|
:table-of-contents t
|
||||||
|
:with-title t
|
||||||
:with-author nil
|
:with-author nil
|
||||||
:with-creator nil
|
:with-creator nil
|
||||||
:with-tags 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")))
|
:href "airbnb.css")))
|
||||||
:html-head-extra nil
|
:html-head-extra nil
|
||||||
:table-of-contents nil
|
:table-of-contents nil
|
||||||
|
:with-title t
|
||||||
:with-author nil
|
:with-author nil
|
||||||
:with-creator nil
|
:with-creator nil
|
||||||
:with-tags nil))
|
:with-tags nil))
|
||||||
|
|
Loading…
Reference in a new issue