From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: `fill-paragraph' on headings Date: Fri, 27 Oct 2017 08:00:24 +0100 Message-ID: <873765jcs7.fsf@delle7240.chemeng.ucl.ac.uk> References: <87k1zigumq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7ygA-0004lk-3I for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 03:03:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7yg5-0001Jb-5w for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 03:03:42 -0400 Received: from mail-wr0-x22d.google.com ([2a00:1450:400c:c0c::22d]:55980) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7yg4-0001It-VR for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 03:03:37 -0400 Received: by mail-wr0-x22d.google.com with SMTP id l8so5245438wre.12 for ; Fri, 27 Oct 2017 00:03:36 -0700 (PDT) In-Reply-To: (Alan E. Davis's message of "Thu, 26 Oct 2017 10:53:03 -0700") 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" To: "Alan E. Davis" Cc: "emacs-orgmode@gnu.org" , Tor --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thursday, 26 Oct 2017 at 10:53, Alan E. Davis wrote: > I don't know anything about this, but there are certain times when I have > liked to use \paragraph{ } in generating a document. The first part of For me, 4th level headings correspond to \paragraph on export to LaTeX/PDF: (add-to-list 'org-latex-classes '("article" "\\documentclass{scrartcl}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) but I'm not sure what this has to do with headline wrapping? For \paragraph, you have only part of the paragraph in bold, the part within the {}. =2D-=20 : Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWfLZiAAKCRDIkZPY//z2 fQmXAJ44Qx0C1FfkoP8sdEul4Kwt/ark7wCcC8e7rOkYOzqypVdbUayHikD3lkk= =1aJf -----END PGP SIGNATURE----- --=-=-=--