From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Exporting to HTML without IDs Date: Fri, 26 Oct 2012 14:27:18 +0200 Message-ID: <59F27AB511B3487FA4EDC8F438F30A0A@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRj0X-0005PZ-O6 for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 08:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRj0T-0002Hp-N5 for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 08:27:25 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:48733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRj0T-0002HY-GU for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 08:27:21 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so276553wib.12 for ; Fri, 26 Oct 2012 05:27:20 -0700 (PDT) Content-Disposition: inline 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 Hi, I want to manage my web page using org-mode, and to have a navigation bar also encoded in org. The problem is that the org-to-html conversion function adds IDs to all headers, and the same ids occur on the nav bar and the main content. Things link sec-1, outline-2 and so on. The words 'sec' and 'outline' seem to be hardcoded. Of course this makes html validators a bit nervous ... Is there a simple way to either remove those ids, or make them start at say 1001 for one part? [In case it matters, I am using o-blog and org-mode 7.9.2 with mostly default configuration.] Thanks! /v -- Vincent Beffara