emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] `fill-paragraph' on headings


From: Eric S Fraga
Subject: Re: [O] `fill-paragraph' on headings
Date: Fri, 27 Oct 2017 08:00:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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 {}.

-- 
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]