emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Export to Latex, multi-line headlines


From: Rasmus
Subject: Re: [O] Export to Latex, multi-line headlines
Date: Tue, 07 Oct 2014 18:15:54 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3.94 (gnu/linux)

address@hidden (hymie!) writes:

> In our last episode, the evil Dr. Lacto had captured our hero,
>   Thorsten Jolitz <address@hidden>, who said:
>>address@hidden (hymie!) writes:
>>
>
>>> *** This is a very long line which is way too long to fit on a single line
>>>     so I have it broken up into smaller lines so that I can read it
>>>     but still have the indentation lined up, so it's obvious (to me) that
>>>     this is all designed to be a single sentence.
>>
>>This looks pretty 'unidiomatic', so to say, better use
>
> In other words, "Don't do that." :)  Keep my headings short.

I agree with Thorsen.

The Org syntax specify that headlines are one line.  See
org-heading-regexp.  That being said, I think you can mimic your
desired behavior with the following:

   (progn (org-mode) (org-indent-mode t) (visual-line-mode t))

—Rasmus

-- 
. . . It begins of course with The Internet.  A Net of Peers



reply via email to

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