From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: One unified .org to .html and .tex Date: Wed, 29 Jul 2009 23:31:00 +0200 Message-ID: <87r5vzch2j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWHtZ-0003Fc-7T for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 18:45:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWHtU-0003Bn-Qd for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 18:45:12 -0400 Received: from [199.232.76.173] (port=45254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWHtU-0003Bk-HE for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 18:45:08 -0400 Received: from main.gmane.org ([80.91.229.2]:56761 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWHtU-0002ot-2T for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 18:45:08 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MWHtO-0000Vu-EE for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 22:45:02 +0000 Received: from bur91-5-88-162-148-242.fbx.proxad.net ([88.162.148.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jul 2009 22:45:02 +0000 Received: from zhangweize by bur91-5-88-162-148-242.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jul 2009 22:45:02 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I like org-mode. I use it for taking notes and writing papers. One problem pops up when I try to export one org file, which contains some maths, to multiple formats, specifically html and tex. For tex, it is required to enclose the maths by $/$$; For html, there is no need to use $/$$. I just wondered if there is an unified way to generate those different formats with one org file which still has good readability. I guess there should be such a way.