dakni / org-world-cup-2018

Org mode schedule for the FIFA World Cup 2018 in Russia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info

All times for Moscow Time

Use the following function to change it. E.g., set n to -1 hour for Central European Summer Time (UTC+2). Copy code block to org-world-cup-2018.org and use C-c to eval it.

(save-excursion
 (goto-char (point-min))
  (while (re-search-forward "[[<]" nil t)
    (when (org-at-timestamp-p t)
      (org-timestamp-change n 'hour))))

[[https://en.wikipedia.org/wiki/File:Soccer_ball.svg][football.svg]] can be used as a category icon.

It is a 16×16 GFDL licensed SVG file. Add ("Football" "PATH-TO-FOOTBALL.SVG" nil nil :ascent center) to org-agenda-category-icon-alist to have org-mode display it in the Agenda next to the Football category.

About

Org mode schedule for the FIFA World Cup 2018 in Russia

License:MIT License