From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Re: The name attribute is obsolete. Consider putting an id attribute Date: Sun, 19 Mar 2017 17:13:04 +0300 Message-ID: <20170319141304.GA20152@protected.rcdrun.com> References: <20170318130428.GA1940@protected.rcdrun.com> <87lgs139d6.fsf@nicolasgoaziou.fr> <20170319115440.GD17180@protected.rcdrun.com> <87h92p8lg0.fsf@nicolasgoaziou.fr> <20170319131229.GA19685@protected.rcdrun.com> <87a88h8klg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpbd4-0000rg-0G for emacs-orgmode@gnu.org; Sun, 19 Mar 2017 10:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpbd0-0002QJ-RW for emacs-orgmode@gnu.org; Sun, 19 Mar 2017 10:16:17 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:50491) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cpbd0-0002PC-JU for emacs-orgmode@gnu.org; Sun, 19 Mar 2017 10:16:14 -0400 Content-Disposition: inline In-Reply-To: <87a88h8klg.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Sun, Mar 19, 2017 at 02:25:15PM +0100, Nicolas Goaziou wrote: > You may have a mixed installation. > > > Even if I run with the -Q, I get same result, and that is without > > personal config: > > emacs -Q tmp/test.org --batch -f org-mode -f org-md-export-to-markdown > > This will load Org 8.2. You need a bare config to load latest Org. > > > Any clues? > > You could try to update Org. I have now upgraded Org, to 9.5, latest version. When I do C-e, m-M or m-m, I have the correct HTML output without name="" tag. And after more searching, I found that this line is working well now: emacs -l ~/.emacs.d/elpa/org-20170210/org-autoloads.el tmp/test.org --batch -f org-mode -f org-md-export-to-markdown So it is solved for me, and I understood how to use latest version. Thank you. Jean Louis