Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing org content does not reload org-preview buffer #1120

Open
s4pideam opened this issue Nov 5, 2023 · 0 comments
Open

Changing org content does not reload org-preview buffer #1120

s4pideam opened this issue Nov 5, 2023 · 0 comments

Comments

@s4pideam
Copy link

s4pideam commented Nov 5, 2023

Hey,
i can't figure it out.

When I load an org file with eaf-open, the org-preview will show up with the right content. After adding some content and saving it, a new html file is generated, but the org-preview will not show the new content or reload it.

When i use revert-buffer it says:
Buffer does not seem to be associated with any file

Using Emacs 29.

(use-package eaf
  :load-path "~/.emacs.d/site-lisp/emacs-application-framework"
  :config
  (require 'eaf-browser)
  (require 'eaf-pdf-viewer)
  (require 'eaf-video-player)
  (require 'eaf-image-viewer)
  (require 'eaf-markdown-previewer)
  (require 'eaf-org-previewer)
  )

Edit: I am using Fedora (Emacs 29). On Windows 11 (Emacs 28) these settings works.
Regards

Edit 2: Again, it generates the new HTML file

Saving file /home/ho/Documents/Test/test.org...
Wrote /home/ho/Documents/Test/test.org
Wrote /home/ho/Documents/Test/test.html
[EAF] Export /home/ho/Documents/Test/test.org to HTML.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant