emacs-eaf / emacs-eaf/emacs-application-framework
Changing org content does not reload org-preview buffer
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 245
- Avg merge
- 22h 20m
- Merged PRs (30d)
- 1
Description
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.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.