summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-03-15 21:50:07 +0100
committerRasmus <rasmus@gmx.us>2015-03-15 21:50:07 +0100
commit19a7d6864d0566597dfcc3c80320966864f8198b (patch)
treeb39a810a4ad6ccb945ecae53b17940372a20decc
parentc41bbc577e81e9fa5bab2509a8141189e45fe6c7 (diff)
downloadorg-mode-19a7d6864d0566597dfcc3c80320966864f8198b.tar.gz
ox-man: Change dispatcher key to 'M'
* ox-man.el (man): Move man-export to 'M' in the ox dispatcher. Reported by: Brice Waegenire <brice.wge@gmail.com> <http://permalink.gmane.org/gmane.emacs.orgmode/96071>
-rw-r--r--lisp/ox-man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-man.el b/lisp/ox-man.el
index d58c119..7407c9b 100644
--- a/lisp/ox-man.el
+++ b/lisp/ox-man.el
@@ -102,7 +102,7 @@
(verse-block . org-man-verse-block))
:export-block "MAN"
:menu-entry
- '(?m "Export to MAN"
+ '(?M "Export to MAN"
((?m "As MAN file" org-man-export-to-man)
(?p "As PDF file" org-man-export-to-pdf)
(?o "As PDF file and open"