From 8de81115e3682652c8afb40089bcab5ea0a29c4b Mon Sep 17 00:00:00 2001 From: md-arif-shaikh Date: Mon, 10 Apr 2023 01:18:20 +0900 Subject: [PATCH] add to readme --- README.org | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/README.org b/README.org index 2a41847..3b1205a 100644 --- a/README.org +++ b/README.org @@ -67,21 +67,23 @@ Additionally you may want to make some keybindings to call the interactive funct * Useful interactive functions Call these using ~M-x Function~ where ~Function~ is any of the following functions -|-----------------------------+------------------------------------| -| Functions | Actions | -| ~soccer-fixtures-next~ | Fixture for the Next match | -| ~soccer-fixtures-next-5~ | Fixtures of the Next 5 matches | -| ~soccer-fixtures-full-in-org~ | Full fixtures saved in org file | -| ~soccer-fixtures-all-clubs~ | Fixtures for all clubs in a league | -| ~soccer-results-last~ | Result of the last match | -| ~soccer-results-last-5~ | Results of the last 5 matches | -| ~soccer-results-full-in-org~ | Full list of results in org file | -| ~soccer-results-all-clubs~ | Results for all clubs in a league | -| ~soccer-table~ | Full Ranking table | -| ~soccer-table-top-4~ | Rank table with top 4 teams | -| ~soccer-table-bottom-4~ | Rank table with bottom 4 teams | -| ~soccer-schedule~ | Add fixtures in org-agenda | -|-----------------------------+------------------------------------| +|--------------------------------------+------------------------------------------------------| +| Functions | Actions | +| ~soccer-fixtures-next~ | Fixture for the Next match | +| ~soccer-fixtures-next-5~ | Fixtures of the Next 5 matches | +| ~soccer-fixtures-full-in-org~ | Full fixtures saved in org file | +| ~soccer-fixtures-all-clubs~ | Fixtures for all clubs in a league | +| ~soccer-results-last~ | Result of the last match | +| ~soccer-results-last-5~ | Results of the last 5 matches | +| ~soccer-results-full-in-org~ | Full list of results in org file | +| ~soccer-results-all-clubs~ | Results for all clubs in a league | +| ~soccer-table~ | Full Ranking table | +| ~soccer-table-top-4~ | Rank table with top 4 teams | +| ~soccer-table-bottom-4~ | Rank table with bottom 4 teams | +| ~soccer-schedule~ | Add fixtures in org-agenda | +| ~soccer-schedule-league~ | Add fixtures for all clubs in a league in org-agenda | +| ~soccer-schedule-remove-past-fixtures~ | Remove past fixtures from agenda. | +|--------------------------------------+------------------------------------------------------| * Screenshots ** soccer-fixtures-next-5