emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Joost Helberg <joost@snow.nl>
To: nicholas.dokos@hp.com
Cc: emacs-orgmode@gnu.org
Subject: Re: all org-buffers modified
Date: Tue, 07 Aug 2012 16:28:59 +0200 (CEST)	[thread overview]
Message-ID: <20120807.162859.246422802805923672.joost@snow.nl> (raw)
In-Reply-To: <16864.1344348439@alphaville>

Nick,

I did that, but didn't quite get to covering all customizations. It
now turns out that the following makes the symptoms happen:

(add-hook 'org-mode-hook
                    (lambda () (set-buffer-file-coding-system 'utf-8)))

The documentation of set-buffer-file-coding-system clearly states
that it leaves the buffer modified _on purpose_. A third parameter
controls this behaviour.

Hence, my .emacs should contain:

(add-hook 'org-mode-hook
                    (lambda () (set-buffer-file-coding-system 'utf-8 nil t)))

Solved.

regards,

Joost

>>>>> "Nick" == Nick Dokos <nicholas.dokos@hp.com> writes:
 > Subject: Re: [O] all org-buffers modified
 > From: Nick Dokos <nicholas.dokos@hp.com>
 > To: Joost Helberg <joost@snow.nl>
 > cc: emacs-orgmode@gnu.org
 > Date: Tue, 07 Aug 2012 10:07:19 -0400

 > Joost Helberg <joost@snow.nl> wrote:

 >> Hi,
 >> 
 >> upon startup of emacs (and load of desktop), all my freshly opened
 >> org-buffers end up being modified. There's no undo information
 >> available and debugging the org-mode function doesn't give me any clue
 >> as (buffer-modified-p) returns false the whole time.
 >> 

 > That shouldn't happen (and it does *not* happen in my case): the files are
 > opened but the buffers are *not* modified. But I'm confused about what
 > you are saying: (buffer-modified-p) returns nil the whole time, so that meant
 > they are unmodified. When do they become modified?

 >> Once in a while (twice a month) I have to stop and start emacs and the
 >> nuisance of answering `y' to all questions about modified buffers.
 >> 
 >> In my .emacs org-mode is treated very much the same way as txt or tex
 >> buffers, but these don't end up being modified right after initial
 >> load. Also org-startup-align-all-tables and
 >> org-insert-mode-line-in-empty-file are set to off.
 >> 
 >> Has anyone any clue where to look for a solution as I obviously like
 >> freshly loaded buffers to be not modified.
 >> 

 > That's what I see in any case, so it must be an artifact of your setup.
 > Have you tried starting with emacs -q and a minimal org init file?
 > If that works, then bisecting your way through your .emacs seems like
 > the next step. In particular, starting without loading desktop seems
 > like a worthwhile experiment.

 > Nick

 >> regards,
 >> 
 >> Joost
 >> 
 >> -- 
 >> Snow B.V.        http://snow.nl
 >> 


-- 
Snow B.V.        http://snow.nl

      reply	other threads:[~2012-08-07 14:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-07 13:54 all org-buffers modified Joost Helberg
2012-08-07 14:07 ` Nick Dokos
2012-08-07 14:28   ` Joost Helberg [this message]

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=20120807.162859.246422802805923672.joost@snow.nl \
    --to=joost@snow.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.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).