From: Cameron Horsburgh <cammo@netcall.com.au>
To: "Ross A. Laird" <ross@rosslaird.info>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-tags-column
Date: Sun, 21 Jun 2009 06:15:22 +1000 [thread overview]
Message-ID: <87k536ach1.wl%cammo@netcall.com.au> (raw)
In-Reply-To: <87tz2a8z5k.fsf@rosslaird.info>
[-- Attachment #1: Type: text/plain, Size: 1827 bytes --]
At Sat, 20 Jun 2009 12:48:23 -0700,
Ross A Laird wrote:
>
>
> One of the interesting things about org, from a non-programmer's point
> of view, is that there are dozens (hundreds?) of settings that seem to
> require some sort of programming knowledge. This is both challenging and
> useful, from an educational perspective. Here's an example:
>
> org-tags-column
>
> It is referred to in the documentation, but without an example. And it
> does not show up in a search of this list. So, how do I set this? I have
> tried:
>
> (setq org-tags-column 100)
>
> in my emacs, but I have no idea if this is the correct way to do this
> (or even if it works, actually).
>
> As I said, this is one of the interesting things about org; always more
> to discover and learn. Can someone give me a sense of how best to use
> the above setting?
I'm not a programmer either, so I find myself in much the same
situation. However, in this case I recently found a very useful
keystroke: C-h v
This prompts you for a variable name. Tell it the name you want (if
the cursor is on the variable it will suggest it by default) and a
buffer will pop up explaining the variable.
In this case, we're told
,----
| org-tags-column is a variable defined in `org.el'.
| Its value is -77
|
| 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.
|
| You can customize this variable.
`----
This tells me what it's setr to currently, what it does and it tells
me I can set it in the customize interface. Given that it's just a
simple variable, I would assume you could change it in .emacs with a
setq.
Hope this helps!
[-- Attachment #2: Type: text/plain, Size: 62 bytes --]
--
Cameron Horsburgh
Blog: http://spiritcry.wordpress.com/
[-- Attachment #3: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2009-06-20 20:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-20 19:48 org-tags-column Ross A. Laird
2009-06-20 20:04 ` org-tags-column Ross A. Laird
2009-06-20 20:15 ` Cameron Horsburgh [this message]
2009-06-20 20:25 ` org-tags-column Mikael Fornius
2009-06-22 9:19 ` org-tags-column Manish
2009-06-22 9:28 ` org-tags-column Carsten Dominik
2009-06-22 9:51 ` org-tags-column Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k536ach1.wl%cammo@netcall.com.au \
--to=cammo@netcall.com.au \
--cc=emacs-orgmode@gnu.org \
--cc=ross@rosslaird.info \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).