From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?S=C3=A9bastien_Brisard?= Subject: [ox-html] Why are dedicated targets automatically renamed? Date: Thu, 21 Jan 2016 07:45:23 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM8zv-0001UH-4n for emacs-orgmode@gnu.org; Thu, 21 Jan 2016 01:45:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aM8zq-0005pM-WE for emacs-orgmode@gnu.org; Thu, 21 Jan 2016 01:45:35 -0500 Received: from mx1.polytechnique.org ([129.104.30.34]:42403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM8zq-0005nK-Q0 for emacs-orgmode@gnu.org; Thu, 21 Jan 2016 01:45:30 -0500 Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id 07B7A5646D2 for ; Thu, 21 Jan 2016 07:45:25 +0100 (CET) Received: by mail-oi0-f44.google.com with SMTP id p187so20771320oia.2 for ; Wed, 20 Jan 2016 22:45:24 -0800 (PST) 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@gnu.org Hi, I have noticed that org-mode now renames dedicated targets. More precisely, the following org file =3D=3D=3D=3D=3D beginning of a.org =3D=3D=3D=3D=3D - <>Item 1 - <>Item 2 =3D=3D=3D=3D=3D end of a.org =3D=3D=3D=3D=3D gets exported to html as =3D=3D=3D=3D=3D beginning of a.html (extract) =3D=3D=3D=3D=3D
  • Item 1
  • Item 2

Author: S=C3=A9bastien Brisard

Created: 2016-01-21 Thu 07:38

Emacs 24.5.1 (Org mode 8.3.3)

Validate

=3D=3D=3D=3D=3D end of a.html =3D=3D=3D=3D=3D Notice that the targets were renamed item1 -> orgtarget1 and item2 -> orgtarget2. Why is that? With org-publish, it messes up links across files. Is there an option that allows to preserve the user's target name on export= ? I've tried to grep for "orgtarget" through all org files, and could not find where this feature was defined. Thanks for your help, S=C3=A9bastien PS: org-mode 8.2.1 does not have this problem, while v 8.3.3 does.