From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: Bug? (was Request for worg page -- escaping questions) Date: Fri, 18 Apr 2014 08:15:59 +0530 Message-ID: References: <87oazz3fvi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149c506897c0404f7482792 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wayoo-0004ib-78 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 22:46:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wayom-0002WM-Rb for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 22:46:22 -0400 In-Reply-To: <87oazz3fvi.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Bastien , emacs-orgmode --089e0149c506897c0404f7482792 Content-Type: text/plain; charset=UTF-8 On Fri, Apr 18, 2014 at 1:09 AM, Nicolas Goaziou wrote: > Hello, > > Rustom Mody writes: > > > Trying to dig a bit into this -- some table issues -- I seem to have > > stumbled onto a bigger issue: org seems to be crashing emacs. > > > > Ive checked it about 4 times. > > I cant exactly give the exact offending file because once it goes into > 100% > > cpu mode theres nothing I can do but to kill emacs from a shell. > > > > 1 Started org with: make vanilla in org directory > > 2 version is 8.2.5e > > 3. Now I edit something.org (to get into org mode): > > 4 Now type as follows > > * Intro > > |a|b|c^ > > 5. (point is at ^)Hit C-c C-c > > emacs hangs (ie gets unresponsive, cpu 100% needs to be killed from > > outside) > > It was an infloop in `org-element-context', which should be fixed. Thank > you for reporting this. > > > Regards, > > -- > Nicolas Goaziou > Thanks Nicolas -- works now! I came upon this trying to poke into another issue: Table containing code containing a '|' It was earlier giving some elisp errors -- dont remember on export or on C-c C-c. Now that is not happening which is good! However there is still a minor issue: font-locking shows something like ~x | y~ inside a table as code but the other table commands like C-c C-c and export to html treats the '|' as a table marker. I of course checked Bastien's pointer to the FAQ for '|' inside table. As of now neither vert nor \vert{} work. --089e0149c506897c0404f7482792 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Fri, Apr 18, 2014 at 1:09 AM, Nicolas Goaziou = <n.goaziou@gmai= l.com> wrote:
Hello,

Rustom Mody <= rustompmody@gmail.com> writes:

> Trying to dig a bit into this -- some table issues -- I seem to have > stumbled onto a bigger issue: org seems to be crashing emacs.
>
> Ive checked it about 4 times.
> I cant exactly give the exact offending file because once it goes into= 100%
> cpu mode theres nothing I can do but to kill emacs from a shell.
>
> 1 Started org with: make vanilla in org directory
> 2 version is 8.2.5e
> 3. Now I edit somet= hing.org (to get into org mode):
> 4 Now type as follows
> * Intro
> |a|b|c^
> 5. (point is at ^)Hit C-c C-c
> emacs hangs (ie gets unresponsive, cpu 100% needs to be killed from > outside)

It was an infloop in `org-element-context', which should be fixed= . Thank
you for reporting this.


Regards,

--
Nicolas Goaziou

Thank= s Nicolas --=C2=A0 works now!
I came up= on this trying to poke into another issue:=C2=A0 Table containing code cont= aining a '|'

It was earlier giving some elisp error= s -- dont remember on export or on C-c C-c.
Now that is not happening which is good!

However there is still a minor issue: font-locki= ng shows something like ~x | y~
inside = a table as code but the other table commands like C-c C-c and export to htm= l treats the '|' as a table marker.

I of course = checked Bastien's pointer to the FAQ for '|' inside table.
<= /div>As of now neither vert nor \vert{} work.

--089e0149c506897c0404f7482792--