From mboxrd@z Thu Jan 1 00:00:00 1970 From: bkhl@elektrubadur.se (=?utf-8?Q?Bj=C3=B6rn_Lindstr=C3=B6m?=) Subject: Tags with characters above ASCII breaks tag shortcuts Date: Thu, 08 Mar 2007 21:14:51 +0100 Message-ID: <87649bsdac.fsf@ishtar.dreaming> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPQLx-0002QN-2I for emacs-orgmode@gnu.org; Thu, 08 Mar 2007 16:40:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPQLu-0002Pt-GL for emacs-orgmode@gnu.org; Thu, 08 Mar 2007 16:40:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPQLu-0002Pq-Dd for emacs-orgmode@gnu.org; Thu, 08 Mar 2007 16:40:46 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HPQLe-0000iY-IQ for emacs-orgmode@gnu.org; Thu, 08 Mar 2007 16:40:30 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HPQLC-00014P-SH for emacs-orgmode@gnu.org; Thu, 08 Mar 2007 22:40:08 +0100 Received: from nl104-206-203.student.uu.se ([130.243.206.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2007 22:40:02 +0100 Received: from bkhl by nl104-206-203.student.uu.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2007 22:40:02 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org In one of my files (encoded with UTF-8), I have this line: #+TAGS: ACADEMIA(a) LÄSNING(l) PROJEKT(p) Now, when I use `C-c C-c' somewhere to add a tag, the menu will look like this: Inherited: Current: [a] ACADEMIA [l] LÄSNING(l) [p] PROJEKT If I press `l RET', the tag added is `:LÄSNING(l):', not `:LÄSNING:'.