all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails
@ 2016-02-24 19:44 Frank Haun
  2017-12-01 18:52 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Haun @ 2016-02-24 19:44 UTC (permalink / raw)
  To: 22798



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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails
  2016-02-24 19:44 bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails Frank Haun
@ 2017-12-01 18:52 ` Nicolas Goaziou
  2017-12-01 21:32   ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-12-01 18:52 UTC (permalink / raw)
  To: Frank Haun; +Cc: 22798

Hello,

Frank Haun <fh@fhaun.de> 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.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails
  2017-12-01 18:52 ` Nicolas Goaziou
@ 2017-12-01 21:32   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2017-12-01 21:32 UTC (permalink / raw)
  To: Frank Haun; +Cc: 22798-close

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Frank Haun <fh@fhaun.de> 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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-01 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 19:44 bug#22798: 25.1.50; org-mode 8.2.10 in core, edit source blocks fails Frank Haun
2017-12-01 18:52 ` Nicolas Goaziou
2017-12-01 21:32   ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.