Use the Transport For London API in Emacs, powered org-mode.
This is an experimental project to use the Transport for London (TfL) API in combination with Emacs orgmode.
org-tfl is available on MELPA. At the moment svg support is required!
Below are complete command list:
org-tfl-jp
- Plan a journey and view the result in a buffer.
org-tfl-jp-org
- Plan a journey and insert a subheading with a special link. The content is the journey result. Open the link to update it. Use the scheduling function of org mode to change the date. All other options are set via properties.
Below are customizable option list:
org-tfl-api-id
Your Application ID for the TfL API. You don't need one for personal use. It's IP locked anyway.org-tfl-api-key
Your Application KEY for the TfL API. You don't need one for personal use. It's IP locked anyway.org-tfl-map-width
The width in pixels of static maps.org-tfl-map-height
The height in pixels of static maps.org-tfl-map-type
The map type. E.g. "roadmap", "terrain", "satellite", "hybrid".org-tfl-map-path-color
The color of the path of static maps.org-tfl-map-path-weight
The storke weight of paths of static maps.org-tfl-map-start-marker-color
The path color of static maps.org-tfl-map-start-marker-color
The start marker color of static maps.org-tfl-map-end-marker-color
The end marker color of static maps.org-tfl-time-format-string
The format string to display time.org-tfl-date-format-string
The format string to display dates.
- Initial release
- Add static google maps with customization
- Fix formatting
- Fix Package Header
- Remove url-http-parse-headers override
- Fix cl-lib usage (thanks Soyhei YOSHIDA)
- Revert remobal of url-http-parse-headers override
- Remove helm dependency and use
completing-read
.
- Fix disambiguation check with VIA parameter.
- Use ampersand for Hammersmith & City line.
- Fix dlr icon size
- Fix map url (Thank you Colin!)
- Display maps inline instead of opening them in the browser.
- Autoload
org-tfl-jp
andorg-tfl-jp-org
.