bug-idutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-idutils] Re: Recognizing `.org' files


From: Ludovic Courtès
Subject: [bug-idutils] Re: Recognizing `.org' files
Date: Thu, 26 Feb 2009 21:23:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Hello,

Jim Meyering <address@hidden> writes:

> Do you feel like writing the patch?

Here we go.

Thanks,
Ludo'.

>From 53a49d9ee8b2b7d427b2989f88850a5ed0d110cf Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ludovic=20Court=C3=A8s?= <address@hidden>
Date: Thu, 26 Feb 2009 21:22:33 +0100
Subject: [PATCH] Recognize `.org' files as text.

* libidu/id-lang.map: Add `.org' extension, for Emacs Org-Mode files.
---
 libidu/id-lang.map |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libidu/id-lang.map b/libidu/id-lang.map
index 1234cdd..ef5319a 100644
--- a/libidu/id-lang.map
+++ b/libidu/id-lang.map
@@ -87,6 +87,7 @@ GNUmakefile           make
 
 *.doc                  text
 *.txt                  text
+*.org                  text
 
 *.m4                   m4
 *.ac                   m4
-- 
1.6.0.4


reply via email to

[Prev in Thread] Current Thread [Next in Thread]