emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <esflists@gmail.com>
To: "Alan E. Davis" <lngndvs@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>,
	Tor <crunchying@protonmail.com>
Subject: Re: `fill-paragraph' on headings
Date: Fri, 27 Oct 2017 08:00:24 +0100	[thread overview]
Message-ID: <873765jcs7.fsf@delle7240.chemeng.ucl.ac.uk> (raw)
In-Reply-To: <CAF-1L2TteZRiZfc3Nv6G-+GQBXfh8cHBu3oP1jDDxGnY7y5Eog@mail.gmail.com> (Alan E. Davis's message of "Thu, 26 Oct 2017 10:53:03 -0700")

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

  reply	other threads:[~2017-10-27  7:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-25 18:03 `fill-paragraph' on headings Tor
2017-10-26  8:50 ` Eric S Fraga
2017-10-26 17:53   ` Alan E. Davis
2017-10-27  7:00     ` Eric S Fraga [this message]
2017-10-28 16:33   ` Göktuğ Kayaalp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873765jcs7.fsf@delle7240.chemeng.ucl.ac.uk \
    --to=esflists@gmail.com \
    --cc=crunchying@protonmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lngndvs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).