Only regexp-replace newlines in description if it is non-nil
Update README to reflect the need for a more recent org-element.el
os: os-headline-to-buglist calls os-headline-to-bug on its descendants
os-headline-to-buglist's paremeter is the headline element which
contains all bugs directly as its child headlines. the first element
of its contents is the section part with property drawer and text, all
other children are the headlines corresponding to bugs.
i don't understand why it could have worked the way it was.
os: use node-property elements in property drawers
org-mode commit b60445cf introduced node-property elements to store
the individual properties of property-drawer s.
define two new functions os-property-drawer-to-alist and
os-alist-to-property-drawer to provide a shallow extra layer for an
easy transition.
XXX cleaner to remove the alist middle step.
os-github: use authentication data also for os-github-fetch-json-page
github only allows a quite limited number of unauthenticated json
queries, so retrieve everything using the supplied authentication.
os.el: add new var os-sync-props to force which property is synced.
os.el: let user add property at buglist level.
README.org: update feature name in example.
os.el: add comments and ascii diagram of sync process.
os-github.el: clean filter and add debug message.
os.el: quote description to prevent markup mess.
change feature name to os.
os-github.el: fix list/headline bug.
os.el: fix DEADLINE timestamp.
os-rtm.el: implemented import.
os.el: os-parse-date returns nil on empty strings.
os-rtm.el: get and set auth token.