emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tempel 976c5a5c75: README: Template file, specify outli


From: ELPA Syncer
Subject: [elpa] externals/tempel 976c5a5c75: README: Template file, specify outline-regexp
Date: Fri, 15 Apr 2022 14:58:01 -0400 (EDT)

branch: externals/tempel
commit 976c5a5c7521c98e832a95921d827a0b3d63a32f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Template file, specify outline-regexp
---
 README.org | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 7d33c9d3be..3421cc4950 100644
--- a/README.org
+++ b/README.org
@@ -110,8 +110,6 @@ post-expansion operations can be specified per template by 
the optional keys
 =:pre= and =:post=.
 
 #+begin_src emacs-lisp
-  ;; -*- mode: lisp-data -*-
-
   fundamental-mode ;; Available everywhere
 
   (today (format-time-string "%Y-%m-%d"))
@@ -193,6 +191,12 @@ post-expansion operations can be specified per template by 
the optional keys
   (src "#+begin_src " p n> r> n> "#+end_src")
   (elisp "#+begin_src emacs-lisp" n> r> n "#+end_src"
          :post (progn (tempel-done) (org-edit-src-code)))
+
+  ;; Local Variables:
+  ;; mode: lisp-data
+  ;; outline-regexp: "[a-z]"
+  ;; End:
+
 #+end_src
 
 * Template syntax



reply via email to

[Prev in Thread] Current Thread [Next in Thread]