Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.99 KB | None | 0 0
  1. Debugger entered--Lisp error: (void-function org-eldoc-get-src-lang)
  2.   (org-eldoc-get-src-lang)
  3.   (org-src-get-lang-mode (org-eldoc-get-src-lang))
  4.   (if (org-in-src-block-p t) (org-src-get-lang-mode (org-eldoc-get-src-lang)) major-mode)
  5.   (let ((major-mode (if (org-in-src-block-p t) (org-src-get-lang-mode (org-eldoc-get-src-lang)) major-mode)) (org-src-tab-acts-natively nil) (yas-indent-line (quote fixed))) (add-hook (quote yas-after-exit-snippet-hook) (function (lambda (&rest _) (if (and (boundp (quote org-bullets-mode)) org-bullets-mode) (progn (org-bullets-mode -1) (org-bullets-mode 1))))) nil t) (cond ((and (or (not (and (boundp ...) evil-local-mode)) (evil-insert-state-p)) (yas--templates-for-key-at-point)) (yas-expand) t) ((use-region-p) (yas-insert-snippet) t)))
  6.   (progn (let ((major-mode (if (org-in-src-block-p t) (org-src-get-lang-mode (org-eldoc-get-src-lang)) major-mode)) (org-src-tab-acts-natively nil) (yas-indent-line (quote fixed))) (add-hook (quote yas-after-exit-snippet-hook) (function (lambda (&rest _) (if (and (boundp ...) org-bullets-mode) (progn (org-bullets-mode -1) (org-bullets-mode 1))))) nil t) (cond ((and (or (not (and ... evil-local-mode)) (evil-insert-state-p)) (yas--templates-for-key-at-point)) (yas-expand) t) ((use-region-p) (yas-insert-snippet) t))))
  7.   (if (and (boundp (quote yas-minor-mode)) yas-minor-mode) (progn (let ((major-mode (if (org-in-src-block-p t) (org-src-get-lang-mode (org-eldoc-get-src-lang)) major-mode)) (org-src-tab-acts-natively nil) (yas-indent-line (quote fixed))) (add-hook (quote yas-after-exit-snippet-hook) (function (lambda (&rest _) (if (and ... org-bullets-mode) (progn ... ...)))) nil t) (cond ((and (or (not ...) (evil-insert-state-p)) (yas--templates-for-key-at-point)) (yas-expand) t) ((use-region-p) (yas-insert-snippet) t)))))
  8.   +org-yas-expand-maybe-h()
  9.   run-hook-with-args-until-success(+org-yas-expand-maybe-h)
  10.   org-cycle(nil)
  11.   funcall-interactively(org-cycle nil)
  12.   call-interactively(org-cycle nil nil)
  13.   command-execute(org-cycle)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement