jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Can I convert orgmode to the European date format? #300

Open alienbogart opened 6 years ago

alienbogart commented 6 years ago

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.

tbm commented 4 years ago

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"