emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: William Crandall <bc3141592@gmail.com>
Cc: emacs-orgmode@gnu.org, Jambunathan K <kjambunathan@gmail.com>
Subject: Re: Testing: org-export-e-html
Date: Wed, 30 May 2012 13:07:23 +0200	[thread overview]
Message-ID: <87396i3p1w.fsf@gmail.com> (raw)
In-Reply-To: <CAENLK5XBpJ=A2QdvbJP3y5tVYfpH7KtcZ=MnQQqVWKvE4HjypQ@mail.gmail.com> (William Crandall's message of "Tue, 29 May 2012 23:27:19 -0700")

Hello,

William Crandall <bc3141592@gmail.com> writes:

> 2a. Internal HTML links (#)
>
>
> Neither links nor destinations make it into the html.
>
> This:
>
>     "an internal section link [[#directors][Directors]]."
>
> becomes:
>
>    "an internal section link: <i>Directors</i>.
>
> Was expecting (without italics):
>
>    ""an internal section link: <a href="#directors">Directors</a>"

I think your mixing up syntax here: "#" stands for custom-id links.

In other words, [[#directors][Directors]] is a link pointing to an
headline whose CUSTOM-ID property is "directors". If there's no such
headline, it will return Directors italicized.

If you're targeting an headline, provide it an appropriate CUSTOM-ID.
Otherwise, just use a target.


> 2b. This target:
>
>    # <<directors>>
>    * A First Section
>
> becomes:
>
>    <div id="outline-container-1" class="outline-2">
>    <h2 id="sec-1">A First Section</h2>
>    <div class="outline-text-2" id="text-1">
>
> Was expecting:
>
>    <div id="outline-container-1" class="outline-2">
>    <h2 id="sec-1"><a name="directors" id="directors"></a>A First
> Section</h2>
>    <div class="outline-text-2" id="text-1">

"# <<target>>" syntax has been dropped since every target is now
"invisible".

Use :

* <<directors>> A First Section

instead.


Regards,

-- 
Nicolas Goaziou

  parent reply	other threads:[~2012-05-30 11:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30  6:27 Testing: org-export-e-html (was: Drupal syntax on html-export) William Crandall
2012-05-30  7:08 ` Testing: org-export-e-html Sebastien Vauban
2012-05-30 11:07 ` Nicolas Goaziou [this message]
2012-05-30 23:50   ` William Crandall
2012-05-30 23:53   ` William Crandall
2012-05-31  4:28     ` Jambunathan K
2012-05-31 12:08     ` Nicolas Goaziou
2012-06-01  3:56       ` William Crandall
2012-06-01  6:42         ` William Crandall
2012-06-01 16:38         ` Nicolas Goaziou
2012-06-02  2:56           ` William Crandall
2012-06-02  5:04             ` Jambunathan K
2012-06-02  7:40               ` William Crandall
2012-06-02 10:26                 ` Jambunathan K
2012-05-31  6:42 ` Jambunathan K
2012-06-01  3:44   ` William Crandall

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=87396i3p1w.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=bc3141592@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.com \
    /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).