(Emacs)+local-leader binds,~org-fragtog -> inbuilt org-latex-preview

This commit is contained in:
2021-03-24 12:06:17 +00:00
parent c31d45895a
commit e23835ede4

View File

@@ -2027,11 +2027,13 @@ Some bindings for org mode.
:general :general
(leader (leader
"aa" #'org-agenda "aa" #'org-agenda
"fa" (proc (interactive) (find-file (car org-agenda-files)))) "fa" (proc (interactive) (find-file (car org-agenda-files)))))
(general-def (local-leader
:states '(normal motion)
:keymaps 'org-mode-map :keymaps 'org-mode-map
"C-c ;" #'org-property-action)) "t" #'org-ctrl-c-ctrl-c
"l" #'org-latex-preview
"s" #'org-property-action
"e" #'org-export-dispatch))
#+end_src #+end_src
*** Org message *** Org message
Org message allows for the use of org mode when composing mails, Org message allows for the use of org mode when composing mails,
@@ -2073,6 +2075,9 @@ reveal.js. Pretty nifty and it's easy to use.
org-reveal-theme "sky")) org-reveal-theme "sky"))
#+end_src #+end_src
*** Org fragtog *** Org fragtog
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
Toggle latex fragments in org mode so you get fancy maths symbols. I Toggle latex fragments in org mode so you get fancy maths symbols. I
use latex a bit in org mode as it is the premier way of getting use latex a bit in org mode as it is the premier way of getting
mathematical symbols and text rendered and compiled, but org mode > mathematical symbols and text rendered and compiled, but org mode >