Re: [O] Escaping again!

2014-07-28 Thread Bastien
Hi Nicolas and Rustom, Nicolas Goaziou writes: > I have no objection, with appropriate documentation, obviously. > > Be careful, though, as some functions need to be updated accordingly: > `org-list-struct', `org-element--list-struct', > `org-at-item-description-p', `org-list-item-body-column',

Re: [O] Escaping again!

2014-06-01 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > I'd like to be able to use a mix of "-" or "+" in list items as to > indicate positive respective negative aspects of something: > > * should org-mode support a mix of "+" and "-" as the first char in plain > lists? > + would be a great to indicate positive an

Re: [O] Escaping again!

2014-06-01 Thread Gregor Zattler
Hi Bastien, * Bastien [30. May. 2014]: [...] > For now description lists accept both "-" and "+". I'm all for > allowing only "-" so that we could use [...] > in your example. > > What do you and others think? I'd like to be able to use a mix of "-" or "+" in list items as to indicate positive

Re: [O] Escaping again!

2014-06-01 Thread Nicolas Goaziou
Hello, Bastien writes: > For now description lists accept both "-" and "+". I'm all for > allowing only "-" so that we could use > > + \(+\) :: Int → Int → Int > + \(-\) :: Int → Int →Int > + \(\leq\) :: Int → Int → Bool > + \(=\) :: Int → Int → Bool > > in your example. > > What do you and ot

Re: [O] Escaping again!

2014-05-30 Thread Bastien
Nick Dokos writes: > I usually just do > > # +FOO Well, I do # #+FOO so that uncommenting makes this right again. -- Bastien

Re: [O] Escaping again!

2014-05-30 Thread Nick Dokos
Rustom Mody writes: > David Loyall wrote: > >> >[...] if one doesn't have systematic general escaping, there >> > will always be legitimate uses that will not be addressable. > >> +1 >> >> As a lowly user, I have often wished for a hypothetical function called >> org-escapify-region. (And of >>

Re: [O] Escaping again!

2014-05-30 Thread Rustom Mody
David Loyall wrote: > >[...] if one doesn't have systematic general escaping, there > > will always be legitimate uses that will not be addressable. > +1 > > As a lowly user, I have often wished for a hypothetical function called > org-escapify-region. (And of > course the reverse function.) J

Re: [O] Escaping again!

2014-05-30 Thread Bastien
Hi Rustom, Rustom Mody writes: > Anyways… if you are doing this just for me (!) very kind of you! Well, I will make a separate thread asking if other users would be fine with the change -- but glad you found the solution above. -- Bastien

Re: [O] Escaping again!

2014-05-30 Thread Loyall, David
>[...] if one doesn't have systematic general escaping, there > will always be legitimate uses that will not be addressable. +1 As a lowly user, I have often wished for a hypothetical function called org-escapify-region. (And of course the reverse function.) I've never even looked for one, tho

Re: [O] Escaping again!

2014-05-30 Thread Rustom Mody
Hi Bastien On Fri, May 30, 2014 at 7:30 PM, Bastien wrote: > Hi Rustom, > > Rustom Mody writes: > > > - \(+\):: Int → Int → Int > > - \(-\):: Int → Int →Int > > - \(\leq\):: Int → Int → Bool > > - \(=\):: Int → Int → Bool > > 1. \(+\) :: Int → Int → Int > 2. \(-\) :: Int → Int →Int > 3. \(\leq\

Re: [O] Escaping again!

2014-05-30 Thread Bastien
Hi Rustom, Rustom Mody writes: > - \(+\):: Int → Int → Int > - \(-\):: Int → Int →Int > - \(\leq\):: Int → Int → Bool > - \(=\):: Int → Int → Bool 1. \(+\) :: Int → Int → Int 2. \(-\) :: Int → Int →Int 3. \(\leq\) :: Int → Int → Bool 4. \(=\) :: Int → Int → Bool would do -- but this is not ent