Skip to content

sebastianschweer/org-world-cup-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published