emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: waterloo <waterloo2005@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: About `_' in link address .
Date: Sun, 23 Aug 2009 15:20:32 -0400	[thread overview]
Message-ID: <26009.1251055232@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from waterloo <waterloo2005@gmail.com> of "Mon\, 24 Aug 2009 02\:42\:55 +0800." <907065090908231142w41edc81axe7cac40518fe17bd@mail.gmail.com>

waterloo <waterloo2005@gmail.com> wrote:

> Sorry ,  And Thanks .
> 
> I will say it more detailedly.
> 
> Yes ,  copy the link to org file and export to html , the link works( it can link to that web page).
> 
> Please see the link in html .
> 
> The word `sea' in link is smaller than other characters of links.
> 
> That is because ` _ '  is used as math subscript ( just like: \sum_0^{100} ) .
> 
> I recommand in link like this `_' does not take effect of math subscript.
> 

You can use 

,----
| #+OPTIONS: ^: nil
| 
| * http://swift.siphos.be/linux_sea/
| 
| a_b
`----

to turn off the super/subscript magic in the file (or customize
org-export-with-sub-superscripts to turn it on/off globally).

If you want to mix and match in the same file, you can use

,----
| #+OPTIONS: ^:{}
| 
| * http://swift.siphos.be/linux_sea/
| 
| a_{b}
`----

Only the a_{b} construct will undergo sub/super magic.

See section 12.3 "Export options" of the Org-mode manual.

HTH,
Nick

  parent reply	other threads:[~2009-08-23 19:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23  4:23 About `_' in link address waterloo
2009-08-23  4:32 ` Bastien
2009-08-23 11:45   ` waterloo
2009-08-23  5:14     ` Bastien
2009-08-23 12:38       ` waterloo
2009-08-23  5:44         ` Bastien
2009-08-23 12:50           ` waterloo
2009-08-23 16:30             ` Mark Elston
2009-08-25 11:36             ` Carsten Dominik
2009-08-25 17:45               ` waterloo
     [not found]     ` <14475.1251044452@gamaville.dokosmarshall.org>
     [not found]       ` <907065090908231142w41edc81axe7cac40518fe17bd@mail.gmail.com>
2009-08-23 19:20         ` Nick Dokos [this message]
2009-08-23 19:46           ` waterloo
     [not found]             ` <26140.1251057663@gamaville.dokosmarshall.org>
2009-08-23 20:47               ` waterloo
2009-08-23 21:05                 ` Nick Dokos

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=26009.1251055232@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=waterloo2005@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).