From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: Exporting description list without description Date: Thu, 3 Jan 2019 19:24:05 +0900 Message-ID: References: <87tvirxgam.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf0As-0001sv-LO for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 05:24:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gf0Aq-0005cd-NM for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 05:24:26 -0500 Received: from mail-ua1-x930.google.com ([2607:f8b0:4864:20::930]:36825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gf0Ap-0005ZW-L6 for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 05:24:24 -0500 Received: by mail-ua1-x930.google.com with SMTP id j3so10776480uap.3 for ; Thu, 03 Jan 2019 02:24:17 -0800 (PST) In-Reply-To: <87tvirxgam.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Yasushi SHOJI , emacs-org list Hi, On Wed, Jan 2, 2019 at 11:52 PM Eric S Fraga 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