From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How do you use org for other formats Date: Fri, 31 Jul 2009 21:55:06 -0400 Message-ID: <87zlakjo1x.fsf@gollum.intra.norang.ca> References: <87iqhaccwf.fsf@gollum.intra.norang.ca> <87prbg1oxx.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 1MX3oe-0008EL-Qi for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 21:55:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MX3ob-00083m-1y for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 21:55:20 -0400 Received: from [199.232.76.173] (port=58977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MX3oa-00083X-UQ for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 21:55:16 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:52620) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MX3oa-0003Kr-Fu for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 21:55:16 -0400 In-Reply-To: <87prbg1oxx.fsf@gmail.com> (zwz's message of "Sat\, 01 Aug 2009 00\:13\:14 +0200") 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: zwz Cc: emacs-orgmode@gnu.org zwz writes: > Bernt Hansen writes: > >> zwz writes: >> >> The following test file works fine for me as far as I can tell >> >> ,----[ x.org ] >> | #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t >> >> [*1*] http://www.norang.ca/tmp/x.html >> [*2*] http://www.norang.ca/tmp/x.pdf > > Wow, so many options I have not used before ... > > I copied the text, but the exported HTML and PDF looks the same as the > formula in ORG. Then I found it was because in my .emacs, there is > > (setq org-export-with-sub-superscripts nil) > > After I comment this, it works. > > But in this way, I have to pay special attention to sub- and super- > scripts. The #+OPTIONS: line with ^:t or ^:nil controls whether _ and ^ create subscripts and superscripts. I set this per org file to control that option for export. -Bernt