{"id":13862804,"url":"https://github.com/storax/org-tfl","last_synced_at":"2026-01-24T13:26:52.886Z","repository":{"id":83908666,"uuid":"48895159","full_name":"storax/org-tfl","owner":"storax","description":"Transport for London meets Emacs Orgmode","archived":false,"fork":false,"pushed_at":"2017-09-23T12:16:14.000Z","size":1838,"stargazers_count":59,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-05T06:06:21.286Z","etag":null,"topics":["emacs","emacs-lisp","org-mode","tfl"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/storax.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-02T01:40:06.000Z","updated_at":"2024-05-30T20:11:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"52614c63-9191-420b-a9cb-5a200b102a82","html_url":"https://github.com/storax/org-tfl","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storax%2Forg-tfl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storax%2Forg-tfl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storax%2Forg-tfl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storax%2Forg-tfl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/storax","download_url":"https://codeload.github.com/storax/org-tfl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225980898,"owners_count":17554919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs","emacs-lisp","org-mode","tfl"],"created_at":"2024-08-05T06:01:52.995Z","updated_at":"2026-01-24T13:26:52.856Z","avatar_url":"https://github.com/storax.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"=======\norg-tfl\n=======\n\nUse the Transport For London API in Emacs, powered org-mode.\n\nThis is an experimental project to use the `Transport for London (TfL) API \u003chttps://api-portal.tfl.gov.uk/docs\u003e`_ in combination with Emacs orgmode.\n\nInstallation\n------------\n\norg-tfl is available on `MELPA \u003chttps://melpa.org\u003e`_.\nAt the moment svg support is required!\n\nScreencast\n----------\n\n.. figure:: https://raw.github.com/storax/org-tfl/master/screencast1.gif\n\n   Plan a journey and inspect the result in a buffer.\n   View maps via google static maps.\n\n.. figure:: https://raw.github.com/storax/org-tfl/master/screencast2.gif\n\n   Plan a journey and create a special link in org-mode.\n   Loading the link will refresh the result.\n\nCommands\n---------\n\nBelow are complete command list:\n\n* ``org-tfl-jp``\n   Plan a journey and view the result in a buffer.\n* ``org-tfl-jp-org``\n   Plan a journey and insert a subheading with a special link.\n   The content is the journey result. Open the link to update it.\n   Use the scheduling function of org mode to change the date.\n   All other options are set via properties.\n\nCustomizable Options\n---------------------\n\nBelow are customizable option list:\n\n* ``org-tfl-api-id``\n  Your Application ID for the TfL API. You don't need one\n  for personal use. It's IP locked anyway.\n* ``org-tfl-api-key``\n  Your Application KEY for the TfL API. You don't need one\n  for personal use. It's IP locked anyway.\n* ``org-tfl-map-width``\n  The width in pixels of static maps.\n* ``org-tfl-map-height``\n  The height in pixels of static maps.\n* ``org-tfl-map-type``\n  The map type. E.g. \"roadmap\", \"terrain\", \"satellite\", \"hybrid\".\n* ``org-tfl-map-path-color``\n  The color of the path of static maps.\n* ``org-tfl-map-path-weight``\n  The storke weight of paths of static maps.\n* ``org-tfl-map-start-marker-color``\n  The path color of static maps.\n* ``org-tfl-map-start-marker-color``\n  The start marker color of static maps.\n* ``org-tfl-map-end-marker-color``\n  The end marker color of static maps.\n* ``org-tfl-time-format-string``\n  The format string to display time.\n* ``org-tfl-date-format-string``\n  The format string to display dates.\n\nHistory\n-------\n\n0.1.0 (2016-01-22)\n+++++++++++++++++++++++++++++++++++++++\n\n* Initial release\n\n0.2.0 (2016-01-22)\n+++++++++++++++++++++++++++++++++++++++\n\n* Add static google maps with customization\n* Fix formatting\n\n0.2.1 (2016-01-22)\n+++++++++++++++++++++++++++++++++++++++\n\n* Fix Package Header\n\n0.2.2 (2016-01-22)\n+++++++++++++++++++++++++++++++++++++++\n\n* Remove url-http-parse-headers override\n\n0.2.3 (2016-01-25)\n+++++++++++++++++++++++++++++++++++++++\n\n* Fix cl-lib usage (thanks Soyhei YOSHIDA)\n* Revert remobal of url-http-parse-headers override\n\n0.3.0 (2016-01-29)\n+++++++++++++++++++++++++++++++++++++++\n\n* Remove helm dependency and use ``completing-read``.\n\n0.3.1 (2016-01-31)\n+++++++++++++++++++++++++++++++++++++++\n\n* Fix disambiguation check with VIA parameter.\n\n0.3.2 (2016-02-24)\n+++++++++++++++++++++++++++++++++++++++\n\n* Use ampersand for Hammersmith \u0026 City line.\n\n0.3.3 (2016-04-07)\n+++++++++++++++++++++++++++++++++++++++\n\n* Fix dlr icon size\n\n0.3.4 (2016-11-20)\n+++++++++++++++++++++++++++++++++++++++\n\n* Fix map url (Thank you Colin!)\n\n0.4.0 (2017-09-23)\n++++++++++++++++++++++++++++++++++++++++\n\n* Display maps inline instead of opening them in the browser.\n* Autoload ``org-tfl-jp`` and ``org-tfl-jp-org``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorax%2Forg-tfl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstorax%2Forg-tfl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorax%2Forg-tfl/lists"}