emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Org-mode and fill-column value
Date: Fri, 25 Feb 2011 17:07:12 -0500	[thread overview]
Message-ID: <4606.1298671632@alphaville.usa.hp.com> (raw)
In-Reply-To: Message from John Hendy <jw.hendy@gmail.com> of "Fri\, 25 Feb 2011 16\:03\:06 CST." <AANLkTimzJAWwWq2f+F_uG+3F22xq0ajfYR33UUvWp3_y@mail.gmail.com>

John Hendy <jw.hendy@gmail.com> wrote:

> Hi,
> 
> I would like to set my fill-column variable to a bit higher value since I have no real need to keep it at 70, however my attempts seem not to be working.
> 
> The relevant section in .emacs looks like this:
> ,-----
> | (add-hook 'text-mode-hook 'turn-on-auto-fill)
> `-----
> 
> I then added this line:
> ,-----
> | (setq fill-column 85)
> `-----
> 
> I've tried using it before and after the text-mode-hook setting above, but when I restart emacs and do =C-x f= to set the fill-column variable to 85, the minibuffer reports:
> ,-----
> | Fill column set to 85 (was 70)
> `-----
> 
> Something isn't getting set. I guess this isn't necessarily an org-mode issue, but I thought someone might know why it's happening here? I can't find much discussion when searching for org-mode users also using fill and if they set the fill-column value or not.
> 

It becomes buffer-local when set in any way. Try

(setq-default fill-column 85)

in your .emacs.

Nick

  reply	other threads:[~2011-02-25 22:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-25 22:03 Org-mode and fill-column value John Hendy
2011-02-25 22:07 ` Nick Dokos [this message]
2011-02-25 22:37   ` John Hendy

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=4606.1298671632@alphaville.usa.hp.com \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jw.hendy@gmail.com \
    /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).