Karl Voit

Results 187 comments of Karl Voit

I do seem to have the same issue: - Windows 10 - Emacs 25.2.1 - alert 1.2 (from Elpa)

I had the very same issue and the code from [this comment](https://gist.github.com/Fuco1/e86fb5e0a5bb71ceafccedb5ca22fcfb#gistcomment-3006243) works at my side with emacs-version 26.3 and org-version 9.3.

Or do a screencast: Example how I did it: https://github.com/novoid/filetags/ Done using Xubuntu, https://obsproject.com/ + key-mon using the following workflow: - plug-in external microphone - start ose - one-time setup...

Yes, this looks like a bug. I'm not using compact/short/month patterns myself and therefore I was probably just sloppy when implementing it for the ISO pattern only. Which is definitely...

@nbehrnd I can confirm that the smart-prepend feature was only implemented for `YYYY-MM-DD(THH.MM.SS)` format and no other. The fix might take longer than anticipated. I wrote appendfilename and date2name while...

Good point and I will have to think about it. My initial thoughts: I do hesitate putting `FILENAME_TAG_SEPARATOR`, `BETWEEN_TAG_SEPARATOR`, or `TEXT_SEPARATOR` into a user config file. Since `appendfilename` is embedded...

Hi, As far as I remember, `INITIAL_CONTROLLED_VOCABULARY` was necessary for unit testing but I'd have to look into it to confirm this. IMHO it's not necessary for a user to...

This could also address #9.

This idea might be better "solved" via #17 because moving it to .filetags files allows for having different defaults for different sub-hierarchies of my file system.

I do think that moving `.filetags` to somewhere else would break the pattern of "filtags is looking for the next `.filetags` up in the hierarchy". However, the entries in `.config/filetags`...