minad / consult

:mag: consult.el - Consulting completing-read
GNU General Public License v3.0
1.12k stars 98 forks source link

consult-line warning in non-org-mode buffer #920

Closed ram535 closed 4 months ago

ram535 commented 4 months ago

When doing M-x consult-line in non-org-mode buffer it throws this warning.

Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org buffer #<buffer hello.c> (c-ts-mode)

In this example consult-line was used in a buffer in c-ts-mode.

GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-11-25

minad commented 4 months ago

Please see https://github.com/minad/consult?tab=readme-ov-file#bug-reports.