Fix smart quotes with lang set to en-gb
This commit is contained in:
parent
e43662a273
commit
5c99c4954b
2 changed files with 16 additions and 1 deletions
|
@ -11,4 +11,11 @@
|
|||
(org-latex-toc-command . "\\frontmatter\n\\addchap{Table of Contents}\n\\label{chap:toc}\n\\listoftoc*{toc}\n\n")
|
||||
(fill-column . 200)))
|
||||
(org-mode . ((eval . (progn (visual-line-mode)
|
||||
(org-toggle-link-display))))))
|
||||
(org-toggle-link-display)
|
||||
(add-to-list
|
||||
'org-export-smart-quotes-alist
|
||||
'("en-gb" (primary-opening :utf-8 "“" :html "“" :latex "``" :texinfo "``")
|
||||
(primary-closing :utf-8 "”" :html "”" :latex "''" :texinfo "''")
|
||||
(secondary-opening :utf-8 "‘" :html "‘" :latex "`" :texinfo "`")
|
||||
(secondary-closing :utf-8 "’" :html "’" :latex "'" :texinfo "'")
|
||||
(apostrophe :utf-8 "’" :html "’"))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue