From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: [new exporter] Links in definition list titles are not exported
Date: Wed, 18 Jul 2012 19:42:49 +0200 [thread overview]
Message-ID: <87liih2cfa.fsf@gmail.com> (raw)
In-Reply-To: <CAEWDx5ddpNm8s+sLKPVmkzwy6MzfEk1bSVc8oFYMXu78EfFhgw@mail.gmail.com> (Jonathan Leech-Pepin's message of "Wed, 18 Jul 2012 11:29:17 -0400")
Hello,
Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> writes:
> Given the org file
>
> #+begin_src org
> ,* List Test
> ,** Plain List
> ,- A
> ,- [[http://www.google.com][google]]
> ,- [[http://www.google.com]]
> ,** Ordered List
> ,1. A
> ,2. [[http://www.google.com][google]]
> ,3. [[http://www.google.com]]
> ,** Definition List
> ,- A :: A
> ,- [[http://www.google.com][google]] :: Google
> ,- [[http://www.google.com]] :: google
> #+end_src org
>
> If I try to export to e-ascii =M-x org-export-dispatch RET A= I obtain
> the following export (omitting TOC and title)
>
> #+begin_ascii
> 1 List Test
> ===========
>
> [google] http://www.google.com
>
> 1.1 Plain List
> ~~~~~~~~~~~~~~
>
> - A
> - [google]
> - [http://www.google.com]
>
>
> [google] http://www.google.com
>
>
> 1.2 Ordered List
> ~~~~~~~~~~~~~~~~
>
> 1. A
> 2. [google]
> 3. [http://www.google.com]
>
>
> [google] http://www.google.com
>
>
> 1.3 Definition List
> ~~~~~~~~~~~~~~~~~~~
>
> A: A
> [[http://www.google.com][google]]: Google
> [[http://www.google.com]]: google
> #+end_ascii
>
> This also occurs in e-html and e-latex. In the old exporter these
> would have also been formatted the same way they are in ordered and
> plain lists.
>
> Is this change by design?
No, it isn't. I had forbidden links in item tags. This should be fixed
now.
Thank you for reporting this.
Regards,
--
Nicolas Goaziou
prev parent reply other threads:[~2012-07-18 17:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 15:29 [new exporter] Links in definition list titles are not exported Jonathan Leech-Pepin
2012-07-18 17:42 ` Nicolas Goaziou [this message]
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=87liih2cfa.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jonathan.leechpepin@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).