emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] verbatim/code text and line breaks with auto fill mode


From: Sebastien Vauban
Subject: Re: [O] verbatim/code text and line breaks with auto fill mode
Date: Mon, 10 Mar 2014 12:09:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Alan Schmitt wrote:
> I've continued looking into this, and it seems that what I want is use
> `fill-nobreak-predicate'. This is what I ended up doing:
>
> #+begin_src emacs-lisp
> (add-hook 'org-mode-hook
>           (lambda ()
>             (add-hook 'fill-nobreak-predicate 'org-in-verbatim-emphasis)))
> #+end_src
>
> All the pieces were already there, it just took me a while to put them
> together ;-)

Shouldn't this be standard in Org, as it breaks LaTeX compilation otherwise?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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