All Projects → storax → Org Tfl

storax / Org Tfl

Licence: apache-2.0
Transport for London meets Emacs Orgmode

Projects that are alternatives of or similar to Org Tfl

Anki Editor
Emacs minor mode for making Anki cards with Org
Stars: ✭ 453 (+723.64%)
Mutual labels:  emacs, org-mode
Org Make Toc
Automatic tables of contents for Org files
Stars: ✭ 53 (-3.64%)
Mutual labels:  emacs, org-mode
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+974.55%)
Mutual labels:  emacs, org-mode
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (+480%)
Mutual labels:  emacs, org-mode
Coldnew Emacs
coldnew's emacs config
Stars: ✭ 32 (-41.82%)
Mutual labels:  emacs, org-mode
Org Sidebar
A helpful sidebar for Org mode
Stars: ✭ 354 (+543.64%)
Mutual labels:  emacs, org-mode
Memacs
What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
Stars: ✭ 711 (+1192.73%)
Mutual labels:  emacs, org-mode
Org Transclusion
(alpha) Emacs package to enable transclusion with Org Mode
Stars: ✭ 251 (+356.36%)
Mutual labels:  emacs, org-mode
Org Treescope.el
Provides a time and priority based sparse tree interaction mode
Stars: ✭ 25 (-54.55%)
Mutual labels:  emacs, org-mode
Org Super Agenda
Supercharge your Org daily/weekly agenda by grouping items
Stars: ✭ 829 (+1407.27%)
Mutual labels:  emacs, org-mode
.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (+469.09%)
Mutual labels:  emacs, org-mode
Organic
Outliner, organizer and notes management app.
Stars: ✭ 34 (-38.18%)
Mutual labels:  emacs, org-mode
Zetteldeft
A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
Stars: ✭ 284 (+416.36%)
Mutual labels:  emacs, org-mode
Org Roam Server
A Web Application to Visualize the Org-Roam Database
Stars: ✭ 443 (+705.45%)
Mutual labels:  emacs, org-mode
Org Superstar Mode
Make org-mode stars a little more super
Stars: ✭ 271 (+392.73%)
Mutual labels:  emacs, org-mode
Org Noter
Emacs document annotator, using Org-mode
Stars: ✭ 671 (+1120%)
Mutual labels:  emacs, org-mode
Mu4e Dashboard
A dashboard for mu4e (mu for emacs)
Stars: ✭ 259 (+370.91%)
Mutual labels:  emacs, org-mode
Org Projectile
Manage org-mode TODOs for your projectile projects
Stars: ✭ 259 (+370.91%)
Mutual labels:  emacs, org-mode
Org Ql
An Org-mode query language, including search commands and saved views
Stars: ✭ 721 (+1210.91%)
Mutual labels:  emacs, org-mode
Org Reverse Datetree
Reversed date trees for Emacs Org mode
Stars: ✭ 33 (-40%)
Mutual labels:  emacs, org-mode

======= org-tfl

Use the Transport For London API in Emacs, powered org-mode.

This is an experimental project to use the Transport for London (TfL) API <https://api-portal.tfl.gov.uk/docs>_ in combination with Emacs orgmode.

Installation

org-tfl is available on MELPA <https://melpa.org>_. At the moment svg support is required!

Screencast

.. figure:: https://raw.github.com/storax/org-tfl/master/screencast1.gif

Plan a journey and inspect the result in a buffer. View maps via google static maps.

.. figure:: https://raw.github.com/storax/org-tfl/master/screencast2.gif

Plan a journey and create a special link in org-mode. Loading the link will refresh the result.

Commands

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.

Customizable Options

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.

History

0.1.0 (2016-01-22) +++++++++++++++++++++++++++++++++++++++

  • Initial release

0.2.0 (2016-01-22) +++++++++++++++++++++++++++++++++++++++

  • Add static google maps with customization
  • Fix formatting

0.2.1 (2016-01-22) +++++++++++++++++++++++++++++++++++++++

  • Fix Package Header

0.2.2 (2016-01-22) +++++++++++++++++++++++++++++++++++++++

  • Remove url-http-parse-headers override

0.2.3 (2016-01-25) +++++++++++++++++++++++++++++++++++++++

  • Fix cl-lib usage (thanks Soyhei YOSHIDA)
  • Revert remobal of url-http-parse-headers override

0.3.0 (2016-01-29) +++++++++++++++++++++++++++++++++++++++

  • Remove helm dependency and use completing-read.

0.3.1 (2016-01-31) +++++++++++++++++++++++++++++++++++++++

  • Fix disambiguation check with VIA parameter.

0.3.2 (2016-02-24) +++++++++++++++++++++++++++++++++++++++

  • Use ampersand for Hammersmith & City line.

0.3.3 (2016-04-07) +++++++++++++++++++++++++++++++++++++++

  • Fix dlr icon size

0.3.4 (2016-11-20) +++++++++++++++++++++++++++++++++++++++

  • Fix map url (Thank you Colin!)

0.4.0 (2017-09-23) ++++++++++++++++++++++++++++++++++++++++

  • Display maps inline instead of opening them in the browser.
  • Autoload org-tfl-jp and org-tfl-jp-org.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].