Also, find out how to handle charsets, line-ending, etc.
No backend uses it but importing from/exporting to org-element works.
Some ideas:
- a single variable maps repo urls to user accounts.
- each backend use its own variable, more flexible.
- keep the bugtracker URL of the current document as a property
- support authinfo/authinfo.gpg
org-sync-cache-alist maps urls to buglists and each buglists has a
:date-cache
property.
The right value of a pair in org-sync-backend-alist is now the symbol of a variable defined in each backend. This variable is an alist that maps verb symbol (base-url, fetch-buglist, send-buglist for now) to function symbol.
Write backends for some free software.