all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrei Jirnyi <a-jirnyi@northwestern.edu>
To: emacs-orgmode@gnu.org
Subject: Problem with org-startup-indented
Date: Tue, 18 Oct 2011 17:30:17 +0000 (UTC)	[thread overview]
Message-ID: <j7kd38$s3k$1@dough.gmane.org> (raw)

Hi all,

There is a major issue with org-indent-mode under org-mode 7.7 
(downloaded today with Emacs PPM, dated 2011-10-18) and Emacs 23.2. 

When org-startup-indented is set to "t", on opening any .org file the 
cursor immediately jumps to the end of file, and it is impossible to move 
it from there. Same happens if it is set to nil and I turn org-indent-
mode on manually. It does seem to work under Emacs 23.3 though. 

A sample .emacs file (in its entirety) is below:
(setq load-path (cons "~/elisp" load-path))
(require 'package)
(package-initialize)  ; causes major trouble... Investigate!
(setq org-startup-indented t)

--aj

             reply	other threads:[~2011-10-18 17:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18 17:30 Andrei Jirnyi [this message]
2011-10-18 17:37 ` Problem with org-startup-indented Andrei Jirnyi
2011-10-18 21:20 ` Nicolas Goaziou
2011-10-19 13:11   ` Andrei Jirnyi
2011-10-19 15:07     ` Nicolas Goaziou
2011-10-19 16:06       ` Andrei Jirnyi
2011-10-24 23:40 ` Fixed!! (was: Re: Problem with org-startup-indented) Andrei Jirnyi

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='j7kd38$s3k$1@dough.gmane.org' \
    --to=a-jirnyi@northwestern.edu \
    --cc=emacs-orgmode@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.