From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brice Waegenire Subject: [bug] ox-md and ox-man use same shortcut Date: Sun, 15 Mar 2015 19:53:08 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXDev-0007Ch-Jj for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 14:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXDeu-0001Fa-RV for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 14:53:09 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:34070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXDeu-0001FW-N1 for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 14:53:08 -0400 Received: by qcaz10 with SMTP id z10so27429601qca.1 for ; Sun, 15 Mar 2015 11:53:08 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Both ox-man and ox-md use "m" as their menu-entry shortcut. Witch make them merge as one in the org-export-dispatch if they are both loaded at the same time. Maybe ox-man should use "M" instead of "m".