From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: case sensitivity Date: Fri, 23 Mar 2012 22:43:42 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBGxT-00064R-9C for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 22:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBGxR-0005f3-3b for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 22:43:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:49363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBGxQ-0005es-Sq for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 22:43:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SBGxL-0006gt-VD for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 03:43:51 +0100 Received: from gw-outbound.broadinstitute.org ([69.173.127.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Mar 2012 03:43:51 +0100 Received: from ilya_shl by gw-outbound.broadinstitute.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Mar 2012 03:43:51 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org How should case-sensitivity work in Org? The documentation doesn't specify. From past messages, it looks like tags and todo keywords are defined to be case-sensitive. What about priorities, categories, user-defined properties, regexp matching of entries, following of links-to-headlines? Other cases?