(Emacs)-remove most of org auto insert

Kinda not necessary for the vast majority of non exported files, I can
just write whatever I need into there manually if necessary.
This commit is contained in:
2021-09-15 12:16:04 +01:00
parent 97bb7e9d7f
commit 7121da840d

View File

@@ -2119,14 +2119,7 @@ Hooks, prettify-symbols and records for auto insertion.
'("Enter title: "
"#+title: " str | (buffer-file-name) "\n"
"#+author: " (read-string "Enter author: ") | user-full-name "\n"
"#+description: " (read-string "Enter description: ") | "Description" "\n"
"#+options: toc:nil\n\n"
"#+begin_center\n"
(read-string "Enter further preamble: ") "\n"
"#+end_center\n"
"#+latex: \clearpage\n"
"#+toc: headlines\n"
"#+latex: \clearpage\n\n"
"#+description: " (read-string "Enter description: ") | "Description" "\n\n"
"* " _))))
#+end_src
*** Org Core Bindings