From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: latex export for 4th-level heading Date: Wed, 09 Jul 2014 13:05:55 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4vM0-0000yM-Cu for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 13:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4vLr-0003Lm-BN for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 13:08:24 -0400 Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:44721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4vLq-0003Lf-KA for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 13:08:15 -0400 Received: by mail-ie0-f175.google.com with SMTP id tp5so622512ieb.6 for ; Wed, 09 Jul 2014 10:08:14 -0700 (PDT) Received: from gorgonzola ([166.137.85.137]) by mx.google.com with ESMTPSA id db12sm17006640igc.14.2014.07.09.10.08.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Jul 2014 10:08:13 -0700 (PDT) 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: emacs-orgmode When exporting to LaTeX, fourth-level headings become \enumerate. In LaTeX, the item below \subsubsection is \paragraph, not \enumerate. Here is what happens: * Top becomes \section ** Second becomes \subsection *** Third becomes \subsubsection **** Fourth becomes \enumerate Is there a way to set Fourth to either \paragraph or just nothing? -k.