From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug -- Tag with space Date: Sat, 01 Mar 2014 07:58:13 +0100 Message-ID: <87d2i69zi2.fsf@bzg.ath.cx> References: <86fvn2zq6n.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJdsN-0006kc-93 for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 01:58:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJdsH-0003IE-9Z for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 01:58:23 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:47235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJdsH-0003Hs-4M for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 01:58:17 -0500 In-Reply-To: <86fvn2zq6n.fsf@gmail.com> (David Masterson's message of "Fri, 28 Feb 2014 17:02:40 -0800") 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: David Masterson Cc: emacs-orgmode@gnu.org 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 ‘@’." HTH, -- Bastien