* Exporting description list without description
@ 2018-12-29 15:32 Yasushi SHOJI
2019-01-02 14:52 ` Eric S Fraga
0 siblings, 1 reply; 5+ messages in thread
From: Yasushi SHOJI @ 2018-12-29 15:32 UTC (permalink / raw)
To: emacs-org list
Hi,
I'm not sure this is a bug or something else. But the following two
list behave differently when exported. The fist one inserts a newline
between one and two.
Is there any reason to do that? Yes, they are description list items
without description. So there isn't much use but stil..
- one ::
- two ::
- one :: This is 1
- two :: This is 2
Thanks,
--
yashi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Exporting description list without description
2018-12-29 15:32 Exporting description list without description Yasushi SHOJI
@ 2019-01-02 14:52 ` Eric S Fraga
2019-01-03 10:24 ` Yasushi SHOJI
0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2019-01-02 14:52 UTC (permalink / raw)
To: Yasushi SHOJI; +Cc: emacs-org list
On Sunday, 30 Dec 2018 at 00:32, Yasushi SHOJI wrote:
> Hi,
>
> I'm not sure this is a bug or something else. But the following two
> list behave differently when exported. The fist one inserts a newline
> between one and two.
What export target? I don't see any difference when exporting to LaTeX.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Exporting description list without description
2019-01-02 14:52 ` Eric S Fraga
@ 2019-01-03 10:24 ` Yasushi SHOJI
2019-01-03 13:40 ` Eric S Fraga
0 siblings, 1 reply; 5+ messages in thread
From: Yasushi SHOJI @ 2019-01-03 10:24 UTC (permalink / raw)
To: Yasushi SHOJI, emacs-org list
Hi,
On Wed, Jan 2, 2019 at 11:52 PM Eric S Fraga <esflists@gmail.com> wrote:
> What export target? I don't see any difference when exporting to LaTeX.
Even Latex backed does it differently. Note the space between one and two.
Here are both outputs:
\begin{description}
\item[{one}]
\item[{two}]
\end{description}
vs
\begin{description}
\item[{one}] This is 1
\item[{two}] This is 2
\end{description}
Does it happen on your env.? or is it just me?
--
yashi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Exporting description list without description
2019-01-03 10:24 ` Yasushi SHOJI
@ 2019-01-03 13:40 ` Eric S Fraga
2019-01-03 16:16 ` Yasushi SHOJI
0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2019-01-03 13:40 UTC (permalink / raw)
To: Yasushi SHOJI; +Cc: emacs-org list
On Thursday, 3 Jan 2019 at 19:24, Yasushi SHOJI wrote:
> Hi,
>
> On Wed, Jan 2, 2019 at 11:52 PM Eric S Fraga <esflists@gmail.com> wrote:
>> What export target? I don't see any difference when exporting to LaTeX.
>
> Even Latex backed does it differently. Note the space between one and two.
yes, and I get the same as you do, but that whitespace difference should
make no difference in the PDF result? I guess it may make a difference
for other export targets.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Exporting description list without description
2019-01-03 13:40 ` Eric S Fraga
@ 2019-01-03 16:16 ` Yasushi SHOJI
0 siblings, 0 replies; 5+ messages in thread
From: Yasushi SHOJI @ 2019-01-03 16:16 UTC (permalink / raw)
To: emacs-org list
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
Hi,
On Thu, Jan 3, 2019, 22:40 Eric S Fraga <esflists@gmail.com> wrote:
> yes, and I get the same as you do, but that whitespace difference should
> make no difference in the PDF result? I guess it may make a difference
> for other export targets.
>
Yes. I know some backends don't care. I just couldn't find a reason why
and where in the element.el or ox.el. if this isn't intended, should this
be fixed, perhaps?
Thanks,
--
yashi
>
[-- Attachment #2: Type: text/html, Size: 915 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-03 16:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-29 15:32 Exporting description list without description Yasushi SHOJI
2019-01-02 14:52 ` Eric S Fraga
2019-01-03 10:24 ` Yasushi SHOJI
2019-01-03 13:40 ` Eric S Fraga
2019-01-03 16:16 ` Yasushi SHOJI
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).