From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: exporting org-mode to latex gives unwanted \label on all sections Date: Mon, 03 Jul 2017 19:59:50 +0200 Message-ID: <87fuedbdux.fsf@nicolasgoaziou.fr> References: <878tk5v55l.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS5df-0000NC-P3 for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 14:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS5df-0003Sn-2l for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 13:59:59 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:36197) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dS5de-0003Ru-SS for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 13:59:58 -0400 In-Reply-To: <878tk5v55l.fsf@skimble.plus.com> (Sharon Kimble's message of "Mon, 03 Jul 2017 17:47:34 +0100") 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: Sharon Kimble Cc: emacs-orgmode@gnu.org Hello, Sharon Kimble writes: > I have an org-mode document that I'm exporting to latex which works > pretty well. But, there is one problem - for every title in all of the > sections, org-mode export has put a label on even where I have none in > my source file! It doesn't hurt, does it? Org uses them to resolve internal references. If you really need to, I guess you can write an headline filter so as to remove them. Regards, -- Nicolas Goaziou