From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)] Date: Mon, 04 Sep 2017 17:43:53 -0500 Message-ID: <874lsidqza.fsf@alphapapa.net> References: <87h8x3zy94.fsf@gmail.com> <87k21zlwcg.fsf@nicolasgoaziou.fr> <87inhil1lh.fsf@nicolasgoaziou.fr> <87inhi9eef.fsf@nicolasgoaziou.fr> <878thxhl38.fsf@alphapapa.net> <87d1772e6h.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp06Y-0007uT-VM for emacs-orgmode@gnu.org; Mon, 04 Sep 2017 18:44:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp06U-00024K-B2 for emacs-orgmode@gnu.org; Mon, 04 Sep 2017 18:44:31 -0400 Received: from [195.159.176.226] (port=45780 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dp06U-000242-4F for emacs-orgmode@gnu.org; Mon, 04 Sep 2017 18:44:26 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dp06E-0005Oi-S2 for emacs-orgmode@gnu.org; Tue, 05 Sep 2017 00:44:10 +0200 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" To: emacs-orgmode@gnu.org "Loris Bennett" writes: > I didn't know about this function either. Is it correct that the org > parts of 'org-plus-contrib' shadow the whole of 'org', e.g. > > ... > /home/loris/.emacs.d/elpa/org-plus-contrib-20170828/org hides /usr/share/emacs/25.1/lisp/org/org > /home/loris/.emacs.d/elpa/org-plus-contrib-20170828/org-install hides /usr/share/emacs/25.1/lisp/org/org-install > /home/loris/.emacs.d/elpa/org-plus-contrib-20170828/ob-mscgen hides /usr/share/emacs/25.1/lisp/org/ob-mscgen > /home/loris/.emacs.d/elpa/org-plus-contrib-20170828/org-archive hides /usr/share/emacs/25.1/lisp/org/org-archive > /home/loris/.emacs.d/elpa/org-plus-contrib-20170828/ob-tangle hides /usr/share/emacs/25.1/lisp/org/ob-tangle > ... > > plus hundreds of similar shadowings? That's shadowing the Org files distributed with Emacs; you want that. :)