cmc/org-templates
Org-mode templates.
clone: git clone https://gitbay.org/cmc/org-templates.git
main: templates/generic/blog-post.org · raw
1#+TITLE: Title Goes Here
2#+AUTHOR: Your Name
3#+DATE: %<%Y-%m-%d>
4#+FILETAGS: :blog:
5#+OPTIONS: toc:nil html-postamble:nil
6
7* Introduction
8
9* Main Content
10
11* Conclusion
12
13# Local Variables:
14# org-export-with-toc: nil
15# End: