From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aankhen Subject: Re: Different (setq org-export-with-section-numbers) depending on HTML or LaTeX export Date: Tue, 8 Mar 2011 12:13:40 +0530 Message-ID: References: <87zkp6290m.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44739 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwqkM-0000KH-Ff for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 01:50:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwqeH-000353-Ly for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 01:44:02 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:51168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwqeH-00034q-Jj for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 01:44:01 -0500 Received: by vws13 with SMTP id 13so5568707vws.0 for ; Mon, 07 Mar 2011 22:44:00 -0800 (PST) In-Reply-To: <87zkp6290m.fsf@ucl.ac.uk> 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: Eric S Fraga , Jakub Szypulka , Org-mode ml On Mon, Mar 7, 2011 at 21:54, Eric S Fraga wrote: > Aankhen writes: >> On Mon, Mar 7, 2011 at 04:37, Jakub Szypulka w= rote: >>> I'm trying to hide section numbers in the HTML export, while keeping >>> the sections in the LaTeX export. >>> >>> Adding (setq org-export-with-section-numbers nil) successfully removes >>> the HTML section numbering, but for a mysterious reason also removes >>> headlines when doing a LaTeX export. >> >> Could you give a sample of the input and output? =C2=A0Using Org-mode fr= om >> git, I can=E2=80=99t reproduce this problem: > [snip] > > Actually, you *have* reproduced the problem: a =3Dsection*=3D does not > include section numbers which I believe Jakub wanted (in the latex but > not the HTML). Hmm, I understood the problem to be that setting =3Dorg-export-with-section-numbers=3D to =3Dnil=3D resulted in a =3Dsection=3D-less LaTeX document, which I couldn=E2=80=99t reproduce. May= be I misunderstood the message. Aankhen