diff --git a/README.md b/README.md
index 3be73623b364dbc3d3cf205dcf67c4d4fc4d2062..b18509e0d4b89be7f5ea2d0a1a833ce89b7cb0c8 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,8 @@
-- [FI printers via Samba](#org5818336)
-  - [Advantages](#org22a6855)
-  - [Disadvantages](#org5384368)
-  - [Pre-requirements](#org6661b7a)
-    - [Warning](#org6ececa6)
-  - [Usage](#orgac578d6)
-    - [Available printers](#org730ac8c)
-  - [Repository structure](#org1ed4ba2)
-
-
-<a id="org5818336"></a>
-
 # FI printers via Samba
 
 Script for installing faculty printers on Linux via Samba print server.
 
 
-<a id="org22a6855"></a>
-
 ## Advantages
 
 -   You can print on WiFi using Samba. (With unauthenticated IPP printing you are allowed to only print via Ethernet cable.)
@@ -24,16 +10,12 @@ Script for installing faculty printers on Linux via Samba print server.
 -   You don&rsquo;t need to have the same login on your computer as your faculty login.
 
 
-<a id="org5384368"></a>
-
 ## Disadvantages
 
 -   Printers have to be installed one by one.
 -   This is not the prefered way of printing on fi. (Prefered way is via Kerberos.)
 
 
-<a id="org6661b7a"></a>
-
 ## Pre-requirements
 
 -   root access (or sudo)
@@ -42,15 +24,11 @@ Script for installing faculty printers on Linux via Samba print server.
 -   Python2 for `copy4a` and `copy5b`
 
 
-<a id="org6ececa6"></a>
-
 ### Warning
 
 If you are printing with unauthenticated IPP or Kerberized IPP, you will have to remove client configuration file for CUPS, which is located at `/etc/cups/client.conf`.
 
 
-<a id="orgac578d6"></a>
-
 ## Usage
 
 Usage: `./install.pl <printer-name>` , where `<printer-name>` is a valid printer name. For example, to install printer `lj2b` run
@@ -62,8 +40,6 @@ Usage: `./install.pl <printer-name>` , where `<printer-name>` is a valid printer
 After running the script, you will be prompted for you faculty login(username and password).
 
 
-<a id="org730ac8c"></a>
-
 ### Available printers
 
 Currently available printers:
@@ -88,8 +64,6 @@ Currently available printers:
 You can find out more information on <https://www.fi.muni.cz/tech/unix/print.html>.
 
 
-<a id="org1ed4ba2"></a>
-
 ## Repository structure
 
 | File                     | Description                                      |
diff --git a/README.org b/README.org
deleted file mode 100644
index 9c9c3f94293b6e1942cbf951317743c6143abb8c..0000000000000000000000000000000000000000
--- a/README.org
+++ /dev/null
@@ -1,58 +0,0 @@
-* FI printers via Samba
-Script for installing faculty printers on Linux via Samba print server.
-
-** Advantages
-+ You can print on WiFi using Samba. (With unauthenticated IPP printing you are allowed to only print via Ethernet cable.) 
-+ You can add a FI printer to your existing CUPS instance. This way, you don't have to switch configurations.
-+ You don't need to have the same login on your computer as your faculty login. 
-** Disadvantages
-+ Printers have to be installed one by one.
-+ This is not the prefered way of printing on fi. (Prefered way is via Kerberos.)
-** Pre-requirements
-+ root access (or sudo)
-+ running local [[https://www.cups.org/][CUPS]] print server
-+ Samba client (~smbclient~)
-+ Python2 for ~copy4a~ and ~copy5b~ 
-*** Warning
-If you are printing with unauthenticated IPP or Kerberized IPP, you will have to remove client configuration file for CUPS, which is located at ~/etc/cups/client.conf~.
-** Usage
-
-Usage: ~./install.pl <printer-name>~ , where ~<printer-name>~ is a valid printer name.
-For example, to install printer ~lj2b~ run 
-#+begin_src shell
-./install.pl lj2b
-#+end_src
-
-After running the script, you will be prompted for you faculty login(username and password).
-
-
-*** Available printers
-Currently available printers:
-- copy2a
-- copy3a
-- copy4a
-- copy4b
-- copy4c
-- copy5b
-- copy5c
-- lj2a
-- lj2b
-- lj3a
-- lj-a302
-- lj3b
-- lj4a
-- lj4c
-- lj4p
-- lj5c
-
-You can find out more information on [[https://www.fi.muni.cz/tech/unix/print.html]].
-
-
-
-** Repository structure
-| File                     | Description                                      |
-|--------------------------+--------------------------------------------------|
-| ~install.pl~             | main install script                              |
-| ~filters~                | folder with filters for CUPS                     |
-| ~ppds~                   | folder with PPDs for CUPS                        |
-| ~PyPDF2~ and ~reportlab~ | folder with Python 2 dependencies for ~TA5007ci~ |