Closed magthe closed 1 year ago
That looks useful, thank you for your contribution. Could you give an example of the kinds of file names you use it for?
It happens that I want a /
in the title, e.g. when writing about a project on GitHub. So in my setup I now have the following to deal with it:
(setq org-static-blog-suggested-filename-cleaning-regexp (rx (or "/" (in white))))
Thank you for the clarification. I think it would be useful to give this example in the documentation or the FAQ.
Would you like to add that before we merge?
I made a first attempt at documenting it, with a small example. Let me know what you think.
Wonderful! Thank you very much!
Let me know if you think this is ready to merge.
Yes, if you are happy with it then please go ahead and merge it.
Thank you very much!
Do you urgently need this in a new tagged release?
Manually modifying the filename is nice, but a bit of a drag when having to do it often. I've made it configurable in my own setup and I thought I'd share it in case others think it's a good idea too.