From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org mode for meeting minutes Date: Mon, 23 Mar 2020 18:00:29 -0400 Message-ID: <87pnd2zq82.fsf@alphaville.usersys.redhat.com> References: <87imo5j9ks.fsf@sbs.ch> <87bltwsynn.fsf@ucl.ac.uk> <87sghzxviq.fsf@sbs.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40825) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGV7i-0006Ml-6y for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 18:00:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGV7g-0006vo-Of for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 18:00:41 -0400 Received: from ciao.gmane.io ([159.69.161.202]:43412) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jGV7g-0006uG-Ex for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 18:00:40 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jGV7d-000E1e-Sl for emacs-orgmode@gnu.org; Mon, 23 Mar 2020 23:00:37 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Pankaj Jangid writes: > I have an off-topic query though: How do you right align tags? > > > ,---- | org-tags-column is a variable defined in ‘org.el’. | Its value is -120 | Original value was -77 | | You can customize this variable. | | Documentation: | The column to which tags should be indented in a headline. | If this number is positive, it specifies the column. If it is negative, | it means that the tags should be flushright to that column. For example, | -80 works well for a normal 80 character screen. | When 0, place tags directly after headline text, with only one space in | between. `---- -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler