From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Szypulka Subject: Different (setq org-export-with-section-numbers) depending on HTML or LaTeX export Date: Mon, 7 Mar 2011 00:07:44 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=49913 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwN3X-0004T9-9K for Emacs-orgmode@gnu.org; Sun, 06 Mar 2011 18:08:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwN3V-00030b-E6 for Emacs-orgmode@gnu.org; Sun, 06 Mar 2011 18:08:07 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:64843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwN3V-00030T-BI for Emacs-orgmode@gnu.org; Sun, 06 Mar 2011 18:08:05 -0500 Received: by vxc38 with SMTP id 38so4159028vxc.0 for ; Sun, 06 Mar 2011 15:08:04 -0800 (PST) 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 Hey, 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. Is there any way to have differing settings, based on the current export choice? Or is there maybe another way to achieve what I want? Thanks, Jakub Szypulka