Re: [O] Inline notes and alignment

2017-03-24 Thread Eric S Fraga
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.

Re: [O] [patch, ox-latex] captions and latex-environments

2017-03-24 Thread Rasmus
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

Re: [O] [PATCH] allow klipse export in html

2017-03-24 Thread Bastien Guerry
Hi Yehonathan, Yehonathan Sharvit writes: > Good news. Where is the commit? Here : http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=d5bbf3 -- Bastien

Re: [O] [PATCH] allow klipse export in html

2017-03-24 Thread Matt Price
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 >

Re: [O] Inline notes and alignment

2017-03-24 Thread Sven Bretfeld
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