lisp/org-eldoc.el: Fix inf-loop when point in org src blocks (org-eldoc-documentation-function): Return nil when src block lang is "org". Without this, the `org-eldoc-documentation-function' is repeated called and causes an inf-loop. Fixes the issue reported in <https://lists.gnu.org/r/emacs-orgmode/2022-04/msg00373.html>.
1 files changed, 2 insertions(+), 0 deletions(-) M lisp/org-eldoc.el
M lisp/org-eldoc.el => lisp/org-eldoc.el +2-0