You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support org-store-link and org-link-open mechanism.
Currently support following applications:
web browser support
pdf-viewer support jump to page number
js-video-player support jump to video timestamp
in theory supports all EAF applications without extra argument which has eaf--buffer-url
Export Org file to LaTeX and use EAF to view the PDF
Use M-x eaf-org-export-to-pdf-and-open.
Open PDF file links in org-mode using EAF PDF Viewer
(defuneaf-org-open-file (file&optionallink)
"An wrapper function on `eaf-open'."
(eaf-open file))
;; use `emacs-application-framework' to open PDF file: link
(add-to-list'org-file-apps '("\\.pdf\\'". eaf-org-open-file))