On Friday, 24 Mar 2017 at 09:53, Sven Bretfeld wrote:
[...]
> That's a pretty good idea. I will try org-indent-mode. Wasn't aware of
> it. Thank you, everybody.
And org-indent-mode works best, in my opinion, with visual-line-mode.
--
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50, Org release_9.0.
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
Another danger is that someone writes something like,
\begin{center}
\begin{table}
...
>>>
>>> You can start the regexp with "\\`[ \t]*..."
>>
>> The point is, that the env. will be center rather than tabl
Hi Yehonathan,
Yehonathan Sharvit writes:
> Good news. Where is the commit?
Here : http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=d5bbf3
--
Bastien
Yay! Thank you!
On Mar 23, 2017 6:25 PM, "Bastien Guerry" wrote:
> Hi Matt,
>
> I finally committed this. Sorry it took so long and thanks
> again for the patch!
>
> Best,
>
> --
> Bastien
>
George Kettleborough writes:
> Have you considered using org-indent-mode? I used to encode the
> indentation in my files too before I discovered that indent mode which
> lets you easily switch the indentation on and off for the entire buffer
> and is just generally easier to use (imo).
That's