From 5f718fe5ee476e381d2cae204405023eb935c9f5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Aug 2019 15:53:42 +0200 Subject: emacs: key bindings for some org-*-export functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 5dd7529..f17fccf 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1534,6 +1534,14 @@ Also hide the "Footnotes: " title on footnotes: ") #+END_SRC +Last but not least, some handy shortcuts: + +#+BEGIN_SRC elisp +(with-eval-after-load "org" + (define-key org-mode-map (kbd "") 'org-latex-export-to-pdf) + (define-key org-mode-map (kbd "") 'org-odt-export-to-odt)) +#+END_SRC + ** Agenda Custom commands for =org-agenda=. -- cgit v1.2.3