From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: tags alignment Date: Fri, 8 Dec 2006 12:03:03 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gsk3u-0004wS-VE for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 13:03:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gsk3t-0004va-3M for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 13:03:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsk3t-0004vV-03 for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 13:03:05 -0500 Received: from [66.249.92.170] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gsk3s-00035k-8c for emacs-orgmode@gnu.org; Fri, 08 Dec 2006 13:03:04 -0500 Received: by ug-out-1314.google.com with SMTP id j3so957738ugf for ; Fri, 08 Dec 2006 10:03:03 -0800 (PST) Content-Disposition: inline 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 Hi, There is an option org-tags-column to align tags in an org file to a column. This value can be positive or negative to say if you want the left or right side of the tags to be anchored. There is another option org-agenda-align-tags-to-column that does about the same thing for the agenda buffer. It does not support the negative alignment. Is there a reason to not allow that? Edd