From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [odt] Export of LaTeX Fragments Date: Mon, 23 Apr 2012 17:08:13 +0200 Message-ID: <87mx621o6a.fsf@altern.org> References: <87vckq1ozv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMKr9-0004YK-Bw for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 11:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMKr3-00082N-8k for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 11:07:10 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:59806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMKr3-00082B-2J for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 11:07:05 -0400 In-Reply-To: (Torsten Wagner's message of "Mon, 23 Apr 2012 23:57:57 +0900") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Torsten Wagner Cc: Org Mode Mailing List Torsten Wagner writes: > However, whats with "\," "\mbox{}" "\noindent" and maybe some others? > They helped me to tweak the formatting at some points where the > standard stuff did not make much sense. There commands are meaningful in a TeX context, and there is not necessary a precise translation of their meanings in other contexts like ODT documents. In Org file, it is better to stick to Org syntax -- even if some flexibility is allowed with \noindent and friends while converting to LaTeX. -- Bastien