From mboxrd@z Thu Jan 1 00:00:00 1970 From: henry atting Subject: Re: align tags Date: Fri, 03 Oct 2008 17:08:31 +0200 Message-ID: <87d4ihu368.fsf@literaturlatenight.de> References: <87bpy2gk9z.fsf@literaturlatenight.de> <20081003065853.6ea43f1e@buster.rakestrawmornlocal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlmEN-00051M-U4 for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 11:06:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlmEK-00050z-S5 for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 11:06:11 -0400 Received: from [199.232.76.173] (port=56849 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlmEK-00050w-Md for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 11:06:08 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:65398) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlmEK-0003zi-2u for emacs-orgmode@gnu.org; Fri, 03 Oct 2008 11:06:08 -0400 In-Reply-To: <20081003065853.6ea43f1e@buster.rakestrawmornlocal> (John Rakestraw's message of "Fri, 3 Oct 2008 06:58:53 -0400") 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: John Rakestraw Cc: emacs-orgmode@gnu.org Zitat - John Rakestraw * Fr Okt 03 2008 um 12:58 - > On Fri, 03 Oct 2008 10:22:48 +0200 > henry atting wrote: > >> Is there a function which aligns tags in an org document? > > Does C-u C-c C-c do what you want? As far as I see it does what I want, but it an inconsistent way. I don't understand it. Expample: ** <2008-10-18 Sa>This is what I do at that date :holiday: ** TODO And here what I have to do on an other :schreiben: The variable org-tags-column is set to -90. And when I set the cursor behind any tag I get as resulting column 90. henry