Replace org-toggle-latex-fragment with org-latex-preview

This commit is contained in:
wangtianshu 2020-01-29 15:40:02 +08:00 committed by Maximilian Wolff
parent c2e8a98641
commit 665c02e7f6
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 4 additions and 5 deletions

View File

@ -2584,10 +2584,9 @@ Other:
- Added support for CUSTOM_ID in latex exports (thanks to Compro-Prasad)
- Added =ox-jira= as org export backend (thanks to Sebastian Nagel)
- Added =helm-org= package (thanks to Simon Pintarelli)
- Fixed evil-normal-state ~ESC~ after exiting =org-present-mode=
(thanks to duianto)
- Fixed =org-present=: exiting presentation always removes inline images
(thanks to Keith Pinson)
- Fixed evil-normal-state ~ESC~ after exiting =org-present-mode= (thanks to duianto)
- Fixed =org-present=: exiting presentation always removes inline images (thanks to Keith Pinson)
- Replace =org-toggle-latex-fragment= with =org-latex-preview= (thanks to Tianshu Wang)
**** Osx
- Fixed OSX mapping issue (thanks to Joey Liu)
- Added layer variables to customize modifier behaviors on macOS:

View File

@ -228,7 +228,7 @@ Will work on both org-mode and any mode that accepts plain html."
"Tt" 'org-show-todo-tree
"TT" 'org-todo
"TV" 'space-doc-mode
"Tx" 'org-toggle-latex-fragment
"Tx" 'org-latex-preview
;; More cycling options (timestamps, headlines, items, properties)
"L" 'org-shiftright