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

No need to escape quotes for replacement characters in deft-file-naming-rules (Emacs 24.4) #9

Closed
gsastry opened this issue Sep 19, 2015 · 1 comment

Comments

@gsastry
Copy link

gsastry commented Sep 19, 2015

On Emacs 24.4, the code for deft-file-naming-rules breaks with Symbol's function definition is void. Removing the slashes used to escape quotes fixes it.

(I don't know anything about Emacs, so I'm not submitted a PR. Not sure if this will break in previous versions...would be odd)

(setq deft-use-filter-string-for-filename t)
(setq deft-file-naming-rules '((noslash . "-")
                               (nospace . "-")
                               (case-fn . downcase)))
@jrblevin
Copy link
Owner

jrblevin commented Oct 8, 2015

Thanks! Fixed in a3e25d9.

@jrblevin jrblevin closed this as completed Oct 8, 2015
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

2 participants