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

Can't sort a dired buffer after embark-export #730

Open
jwnki opened this issue Sep 16, 2024 · 0 comments
Open

Can't sort a dired buffer after embark-export #730

jwnki opened this issue Sep 16, 2024 · 0 comments

Comments

@jwnki
Copy link

jwnki commented Sep 16, 2024

Hi, thanks for this great package! I believe I found a bug related to embark-export and dired. When exporting file candidates to a dired buffer, I can't sort the resulting buffer.

To reproduce:

(require 'package)
(package-initialize)
(package-install 'embark)
(global-set-key (kbd "C-c C-o") #'embark-export)

And then:C-x C-f (find-file) C-c C-o. In the resulting dired buffer press s to toggle sorting. You can see that the sorting style changes (modeline indicator switches from "dired by name" to "dired by date", and some white space disappears), but the buffer remains unsorted.

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