vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Can I convert orgmode to the European date format?

Open alienbogart opened this issue 7 years ago • 1 comments

Is there an easy way to convert vim-orgmode to the DD.MM.YYYY date format? I tried looking at the code, but Python is beyond my abilities.

alienbogart avatar May 25 '18 13:05 alienbogart

I'm not the developer but from what I see in the Org syntax the date format has to be YYYY-MM-DD

https://orgmode.org/worg/dev/org-syntax.html Search for "DATE follows the pattern"

tbm avatar Jul 10 '20 06:07 tbm