mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Function (buffer-file-name) always returns nil with indirect buffer as an argument. Extracting base buffer and checking if base buffer visiting file fixes data loss in indirect buffers showed in popups. E-mail thread in the org-mode mailing list: https://lists.gnu.org/archive/html/emacs-orgmode/2020-12/msg00085.html