Re: Bug: :lexical header argument not handled when tangling [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/26.2/lisp/org/)]

2020-02-12 Thread Bastien
Hi Immanuel, immanuel writes: > #+BEGIN_SRC emacs-lisp :lexical t :tangle elisp.el > (defun lex-p () > "Return t if lexical binding is in effect." > (interactive) > (let (lex > _lex-p) > (let ((lex t)) > (setq _lex-p > (lambda () > lex))) >

[O] Bug: :lexical header argument not handled when tangling [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/26.2/lisp/org/)]

2019-08-21 Thread immanuel
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.