emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Orgmode testsuite


From: Andrej Depperschmidt
Subject: Re: [O] Orgmode testsuite
Date: Fri, 29 Jan 2016 20:37:24 +0100
User-agent: mu4e 0.9.17; emacs 25.1.50.1

Somehow I'm not able to locate the problematic part in my configuration
though it must be some interference of the recent changes of org-mode
with my configuration.

With point somewhere in the following table I get an error that gives
the backtrace pasted below. Do you have a hint what to look for looking
at that?

| col1               | col2               |
|--------------------+--------------------|
| http://www.url1.de | http://www.url2.de |


Debugger entered--Lisp error: (wrong-type-argument listp org-table)
  org-activate-plain-links(#<marker at 133 in minimal.org>)
  font-lock-fontify-keywords-region(1 #<marker at 133 in minimal.org> nil)
  font-lock-default-fontify-region(1 #<marker at 133 in minimal.org> nil)
  font-lock-fontify-region(1 #<marker at 133 in minimal.org>)
  org-table-align()
  org-table-next-field()
  funcall-interactively(org-table-next-field)
  call-interactively(org-table-next-field)
  org-cycle(nil)
  funcall-interactively(org-cycle nil)
  call-interactively(org-cycle nil nil)
  command-execute(org-cycle)



Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Andrej Depperschmidt <address@hidden> writes:
>
>> The minimal example are the two tables in an org-file. When I try to
>> move in those tables using TAB it is working okay in the first but not
>> in the second. Note however that it is working as expected with emacs -Q
>> and manually loading org.
>>
>> There seems to be something in my configuration that needs to be
>> adjusted to the last changes in org-mode. It stopped working a few days
>> ago without any changes of my config. Any idea what to look for?
>>
>>
>> | col1 | col2 |
>> |------+------|
>> | a11  | a12  |
>> | a21  | a22  |
>>
>>
>> | col1               | col2               |
>> |--------------------+--------------------|
>> | http://www.url1.de | http://www.url2.de |
>
>
> I cannot reproduce the problem. You may want to bisect for the commit
> responsible for your change and let us know.
>
>
> Regards,



reply via email to

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