emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Dehennin <daniel.dehennin@baby-gnu.org>
To: emacs-orgmode@gnu.org
Subject: Bug: Formatting URL labels does not works with LaTeX export
Date: Wed, 28 Mar 2012 00:57:45 +0200	[thread overview]
Message-ID: <874nt9ps7q.fsf@hati.baby-gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

Hello,

When comparing different exports, I found a possible bug when formatting
the label of URLs:

#+begin_src org
Test formatted link

[[http://orgmode.org][/Org-Mode/]]

[[http://orgmode.org][=Org-Mode=]]

[[http://orgmode.org][_Org-Mode_]]
#+end_src

The HTML export is:

#+begin_src html
<p><a href="http://orgmode.org"><i>Org-Mode</i></a>
</p>
<p>
<a href="http://orgmode.org"><code>Org-Mode</code></a>
</p>
<p>
<a href="http://orgmode.org"><span style="text-decoration:underline;">Org-Mode</span></a>
</p></div>
#+end_src

The LaTeX export is:

#+begin_src latex
\href{http://orgmode.org}{/Org-Mode/}

\href{http://orgmode.org}{=Org-Mode=}

\href{http://orgmode.org}{_Org-Mode_}
#+end_src

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF

[-- Attachment #2: Type: application/pgp-signature, Size: 229 bytes --]

             reply	other threads:[~2012-03-27 22:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-27 22:57 Daniel Dehennin [this message]
2012-03-27 23:18 ` Bug: Formatting URL labels does not works with LaTeX export Bastien
2012-03-28  6:42   ` Daniel Dehennin

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=874nt9ps7q.fsf@hati.baby-gnu.org \
    --to=daniel.dehennin@baby-gnu.org \
    --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).