add option to define opening and closing of org export letter

This commit is contained in:
2021-05-16 17:01:11 +02:00
parent 4a338ca774
commit 0c13b4dd6e
2 changed files with 31 additions and 7 deletions

View File

@@ -568,6 +568,7 @@ IMPORTANT en version must be defined")
"[paper=a4,fontsize=11pt,DIV=12,BCOR=10mm,headsepline,<<documentclass>>,captions=tableheading,version=first,bibliography=totoc,dvipsnames]"
"The default LaTeX class options.
Replaces <<...>> with values defined in
`my-org-article-latex-lang-template-plist'"
:group 'my-org-export-article
:type '(string :tag "LaTeX class"))
@@ -2084,6 +2085,7 @@ IMPORTANT en version must be defined")
"
"Preamble options.
Text like <<...>>> will be replaced according to
`my-org-article-latex-lang-template-plist'"
:group 'my-org-export-article)