From 665c02e7f659210ef23736bbca2d00248f38fcb3 Mon Sep 17 00:00:00 2001 From: wangtianshu Date: Wed, 29 Jan 2020 15:40:02 +0800 Subject: [PATCH] Replace org-toggle-latex-fragment with org-latex-preview --- CHANGELOG.develop | 7 +++---- layers/+emacs/org/packages.el | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index c575448c7..50cc52e5b 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -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: diff --git a/layers/+emacs/org/packages.el b/layers/+emacs/org/packages.el index 2ec0fe037..d76e102cd 100644 --- a/layers/+emacs/org/packages.el +++ b/layers/+emacs/org/packages.el @@ -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