From: Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com>
To: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: [new exporter] Links in definition list titles are not exported
Date: Wed, 18 Jul 2012 11:29:17 -0400 [thread overview]
Message-ID: <CAEWDx5ddpNm8s+sLKPVmkzwy6MzfEk1bSVc8oFYMXu78EfFhgw@mail.gmail.com> (raw)
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?
Regards,
Jon
next reply other threads:[~2012-07-18 15:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 15:29 Jonathan Leech-Pepin [this message]
2012-07-18 17:42 ` [new exporter] Links in definition list titles are not exported Nicolas Goaziou
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=CAEWDx5ddpNm8s+sLKPVmkzwy6MzfEk1bSVc8oFYMXu78EfFhgw@mail.gmail.com \
--to=jonathan.leechpepin@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).