-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PLANNING line support #314
base: master
Are you sure you want to change the base?
Commits on Dec 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 49dcbc8 - Browse repository at this point
Copy the full SHA 49dcbc8View commit details
Commits on Dec 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c893a95 - Browse repository at this point
Copy the full SHA c893a95View commit details
Commits on Dec 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8191e02 - Browse repository at this point
Copy the full SHA 8191e02View commit details -
add plugin interface for Planning Line setting
setting of SCHEDULED: and DEADLINE: Keywords
Configuration menu - View commit details
-
Copy full SHA for 6cad2ab - Browse repository at this point
Copy the full SHA 6cad2abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 307aa1b - Browse repository at this point
Copy the full SHA 307aa1bView commit details -
fixing the planning-date value types
heading.scheduled_date, heading.closed_date and heading.deadline_date should always be of OrgDate (or OrgDateTime) type.
Configuration menu - View commit details
-
Copy full SHA for 3828cd5 - Browse repository at this point
Copy the full SHA 3828cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c00d74a - Browse repository at this point
Copy the full SHA c00d74aView commit details -
relax parsing of TIMESTAMP data
according to https://orgmode.org/worg/dev/org-syntax.html#Timestamp the dayname field can be pretty much anything. And indeed in german locale setting the dayname is abbreviated with 2 letters only
Configuration menu - View commit details
-
Copy full SHA for b75d1ac - Browse repository at this point
Copy the full SHA b75d1acView commit details -
also make the mappings somewhat easier to remember by having the p in front mean calendar selection and having the s in front does mean cmdline selection.
Configuration menu - View commit details
-
Copy full SHA for aab25ff - Browse repository at this point
Copy the full SHA aab25ffView commit details
Commits on Dec 25, 2018
-
TODO Plugin: manage CLOSING: DateTime
Manage the Plannings-Line CLOSING: Keyword When the TODO State changes from Done to not Done or vice versa
Configuration menu - View commit details
-
Copy full SHA for d170765 - Browse repository at this point
Copy the full SHA d170765View commit details -
fix bug in render_planning_line: finditer can only be iterated once
so the fix is, that we save a list of matches instead of a reference to the iterator
Configuration menu - View commit details
-
Copy full SHA for a61c52d - Browse repository at this point
Copy the full SHA a61c52dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f0406 - Browse repository at this point
Copy the full SHA 26f0406View commit details -
The line=None case was broken. It turns out, that it works better, if line is empty string per default.
Configuration menu - View commit details
-
Copy full SHA for 011fbff - Browse repository at this point
Copy the full SHA 011fbffView commit details
Commits on Jan 24, 2019
-
We do test heading parsing and not date-time parsing, so these cases should be enough. Sorting should ignore inactive dates -> test added.
Configuration menu - View commit details
-
Copy full SHA for 9727d8c - Browse repository at this point
Copy the full SHA 9727d8cView commit details -
according to: https://orgmode.org/worg/dev/org-syntax.org.html there are only a few restrictions on the DAYNAME part. (Which is wise for other locales). So <2011-08-29 mon> is a valid date.
Configuration menu - View commit details
-
Copy full SHA for e1f64eb - Browse repository at this point
Copy the full SHA e1f64ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a46acd - Browse repository at this point
Copy the full SHA 2a46acdView commit details -
liborgmode: more liberal OrgDate Parsing
Allow missing day, because it is a reasonable human readable date form and we should probably brake no viable usecases with this. According to current formulation of the timestamp spec, a Date without Time is not valid anyway.
Configuration menu - View commit details
-
Copy full SHA for 00d9fb0 - Browse repository at this point
Copy the full SHA 00d9fb0View commit details -
-> pt_br Locale day-names were changed to lowercase letters in this commit: https://sourceware.org/git/?p=glibc.git;a=commit;h=686db256f640372df81242bf20d458f54e069f56
Configuration menu - View commit details
-
Copy full SHA for e05f4f3 - Browse repository at this point
Copy the full SHA e05f4f3View commit details
Commits on Feb 11, 2019
-
fix utf-8 test by using another locale
The pt_BR locale had the weekday capitalization changed [1]. That means that depending on libc version (-> Travis build tests vs Fedora 29) the test either was successull or failed [2]. [1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=686db256f640372df81242bf20d458f54e069f56 [2]: commit e05f4f3 re commit e05f4f3
Configuration menu - View commit details
-
Copy full SHA for bb1569d - Browse repository at this point
Copy the full SHA bb1569dView commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 984df1a - Browse repository at this point
Copy the full SHA 984df1aView commit details