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 20:52:00 +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]:33269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXEZu-0002JP-1W for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 15:52:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXEZt-00029A-78 for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 15:52:01 -0400 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:35806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXEZt-000291-3F for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 15:52:01 -0400 Received: by qcbkw5 with SMTP id kw5so28068449qcb.2 for ; Sun, 15 Mar 2015 12:52:00 -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".