From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Making ePub books: further report Date: Sun, 11 Dec 2011 16:51:29 +0100 Message-ID: <87mxazcdj2.fsf@gnu.org> References: <1323586770.20628.12@windy> <6723.1323587268@alphaville.dokosmarshall.org> <1323588345.20628.13@windy> <7397.1323589330@alphaville.dokosmarshall.org> <1323596478.20628.16@windy> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:32980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZlfc-0001KB-OU for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 10:50:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZlfb-0001zK-NH for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 10:50:32 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:38846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZlfb-0001zG-GK for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 10:50:31 -0500 Received: by eekc41 with SMTP id c41so2665776eek.0 for ; Sun, 11 Dec 2011 07:50:30 -0800 (PST) In-Reply-To: <1323596478.20628.16@windy> (Alan L. Tyree's message of "Sun, 11 Dec 2011 20:41:18 +1100") 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: Alan L Tyree Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Hi Alan, Alan L Tyree writes: > So -- back to my original question: is there some variable somewhere > that puts in both name="xxx" and id="xxx" or do I need to write a post > export clean up function? >From latest git, can now set ̀org-export-html-headline-anchor-format' to nil. See the docstring of this new option. Thanks, -- Bastien