hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

Clock in/out #77

Open HenricoWitvliet opened 9 years ago

HenricoWitvliet commented 9 years ago

These functions assume a specific format for the timestamp, in particular 3 letters for the day. Depending on the locale this may not work. A simple solution is setting the locale for dates in vimrc:

language time C

To change this in the code, some regular expressions need to be changed and the code that selects the hours and minutes from a string must be made locale-independent.