emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Oleh Krehel <ohwoeowho@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: CUSTOM_ID doesn't work for HTML export on Org trunk
Date: Wed, 10 Jun 2015 10:11:05 +0200	[thread overview]
Message-ID: <87mw08m19i.fsf@gmail.com> (raw)
In-Reply-To: <87bngovh2c.fsf@selenimh.access.network> (Nicolas Goaziou's message of "Tue, 09 Jun 2015 21:04:59 +0200")

Hi Nicolas,

Thanks for helping.

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> The following buffer
>
> * Headline
>   :PROPERTIES:
>   :CUSTOM_ID: my-id
>   :END:
>
>
> exports as
>
> <div id="outline-container-orgheadline1" class="outline-2">
>   <h2 id="my-id"><a id="orgheadline1"></a><span class="section-number-2">1</span> Headline</h2>
>   <div class="outline-text-2" id="text-my-id">
>   </div>
> </div>

I'm getting the same behavior.

> It looks correct.

It's not: I'm getting this in my Firefox address bar if I click the link:

    testorg.html#orgheadline1

Here's the two months old export behavior:

    <div id="outline-container-my-id" class="outline-2">
    <h2 id="my-id"><a id="sec-1"></a><span class="section-number-2">1</span> Headline</h2>
    <div class="outline-text-2" id="text-my-id">
    </div>

And the corresponding Firefox bar:

    testorg.html#my-id

regards,
Oleh

  reply	other threads:[~2015-06-10  8:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09 15:34 CUSTOM_ID doesn't work for HTML export on Org trunk Oleh Krehel
2015-06-09 19:04 ` Nicolas Goaziou
2015-06-10  8:11   ` Oleh Krehel [this message]
2015-06-10 11:34     ` Nicolas Goaziou
2015-06-10 11:53       ` Oleh Krehel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mw08m19i.fsf@gmail.com \
    --to=ohwoeowho@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).