runtime(filetype): remove duplicated *.org file pattern

related: #16054

Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 085e4bd..3ac1b62 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1472,9 +1472,6 @@
 	\   setf markdown |
 	\ endif
 
-" Org (Emacs' org-mode)
-au BufNewFile,BufRead *.org			setf org
-
 " Mason (it used to include *.comp, are those Mason files?)
 au BufNewFile,BufRead *.mason,*.mhtml	setf mason
 
@@ -1726,7 +1723,7 @@
 " Oracle config file
 au BufNewFile,BufRead *.ora				setf ora
 
-" Org
+" Org (Emacs' org-mode)
 au BufNewFile,BufRead *.org,*.org_archive		setf org
 
 " Packet filter conf