* [new exporter] Links in definition list titles are not exported
@ 2012-07-18 15:29 Jonathan Leech-Pepin
2012-07-18 17:42 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Leech-Pepin @ 2012-07-18 15:29 UTC (permalink / raw)
To: Org Mode Mailing List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [new exporter] Links in definition list titles are not exported
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
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2012-07-18 17:42 UTC (permalink / raw)
To: Jonathan Leech-Pepin; +Cc: Org Mode Mailing List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-18 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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).