emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#22798: closed (25.1.50; org-mode 8.2.10 in core, e


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22798: closed (25.1.50; org-mode 8.2.10 in core, edit source blocks fails)
Date: Fri, 01 Dec 2017 21:33:02 +0000

Your message dated Fri, 01 Dec 2017 22:32:36 +0100
with message-id <address@hidden>
and subject line Re: bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source 
blocks fails
has caused the debbugs.gnu.org bug report #22798,
regarding 25.1.50; org-mode 8.2.10 in core, edit source blocks fails
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22798: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22798
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails Date: Wed, 24 Feb 2016 20:44:28 +0100

This happens to emacs master.

emacs -Q

For instance ~/tmp/test.org:

#+BEGIN_SRC emacs-lisp
  (setq foo "bar")
#+END_SRC

Editing this with org-edit-special gives:

Debugger entered--Lisp error: (wrong-type-argument listp t)
  delete((org-filtered) t)
  remove((org-filtered) t)
  org-move-to-column(0)
  org-edit-src-code()
  org-edit-special(nil)
  funcall-interactively(org-edit-special nil)
  call-interactively(org-edit-special nil nil)
  command-execute(org-edit-special)

With org-mode 8.3.3 from Elpa everything is fine.

Regards,
  Frank



--- End Message ---
--- Begin Message --- Subject: Re: bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails Date: Fri, 01 Dec 2017 22:32:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Frank Haun <address@hidden> writes:
>
>> This happens to emacs master.
>>
>> emacs -Q
>>
>> For instance ~/tmp/test.org:
>>
>> #+BEGIN_SRC emacs-lisp
>>   (setq foo "bar")
>> #+END_SRC
>>
>> Editing this with org-edit-special gives:
>>
>> Debugger entered--Lisp error: (wrong-type-argument listp t)
>>   delete((org-filtered) t)
>>   remove((org-filtered) t)
>>   org-move-to-column(0)
>>   org-edit-src-code()
>>   org-edit-special(nil)
>>   funcall-interactively(org-edit-special nil)
>>   call-interactively(org-edit-special nil nil)
>>   command-execute(org-edit-special)
>>
>> With org-mode 8.3.3 from Elpa everything is fine.
>
> 8.2.10, and 8.3.3 are very old releases. I don't think this issue exists
> anymore in recent Org. Unless the OP can reproduce the issue in a recent
> Org, this bug can be closed.

Actually closing this bug. Please re-open a bug if you can reproduce the
issue in a newer version of Org. Thank you.

Regards,


--- End Message ---

reply via email to

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