From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: Re: Bug -- Tag with space Date: Mon, 03 Mar 2014 15:01:46 -0800 Message-ID: <86ppm2antx.fsf@gmail.com> References: <86fvn2zq6n.fsf@gmail.com> <87d2i69zi2.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKbs0-0001DK-12 for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 18:02:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKbru-0000S8-6t for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 18:01:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:55647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKbru-0000Rw-0Z for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 18:01:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WKbrs-0005MK-Pi for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 00:01:52 +0100 Received: from 71-84-12-50.dhcp.trlk.ca.charter.com ([71.84.12.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Mar 2014 00:01:52 +0100 Received: from dsmasterson by 71-84-12-50.dhcp.trlk.ca.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Mar 2014 00:01:52 +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 Bastien writes: > Hi David, > > David Masterson writes: > >> I see that Org-mode places tags on the same line as the task header. It >> also puts whitespace between the header and the tags so that the tags >> line up on the right side of the screen. I think I've found that >> org-mode doesn't line up the tags on the right side of the screen *IF* >> one of the tags has a space in it. Anyone else noticed that? > > Spaces are not allowed in tags, see the manual: > > "Tags are normal words containing letters, numbers, ¡®_¡¯, and ¡®@¡¯." Had that suspicion which is why I didn't file it as an official bug. I ran across this when setting up org-toodledo which will sync Org tasks with Toodledo tasks. Org-toodledo treats Toodledo Contexts as Org Tags (with a prepended '@') and Toodledo allows Contexts with spaces. Something to add to the documentation... -- David Masterson