From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: navigation broken in recent maint
Date: Thu, 19 Jun 2014 08:14:26 +0200 [thread overview]
Message-ID: <87d2e5qvct.fsf@geodiff-mac3.ulb.ac.be> (raw)
In-Reply-To: <CAJcAo8uBpYwz6BjcGtWrFuhNA+EUTgWZ=su18VGqb6=s=iY02Q@mail.gmail.com> (Samuel Wales's message of "Tue, 17 Jun 2014 16:56:52 -0700")
Samuel Wales <samologist@gmail.com> writes:
> quick and dirty bug report. recent org maint.
I use the following patch to fix most navigation problems I encountered.
I think it will fix yours too.
more details on what the problem actually is can be found at
http://permalink.gmane.org/gmane.emacs.orgmode/87598
here's the patch :
Modified lisp/org.el
diff --git a/lisp/org.el b/lisp/org.el
index 6fb0387..d5a9380 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5484,7 +5484,9 @@ The following commands are available:
(put 'org-mode 'flyspell-mode-predicate 'org-mode-flyspell-verify)
(defsubst org-fix-ellipsis-at-bol ()
- (save-excursion (set-window-start (selected-window) (window-start))))
+ nil
+ ;; (save-excursion (set-window-start (selected-window) (window-start)))
+ )
(defun org-find-invisible-foreground ()
(let ((candidates (remove
--
Nico.
next prev parent reply other threads:[~2014-06-19 6:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 23:56 navigation broken in recent maint Samuel Wales
2014-06-18 0:00 ` Samuel Wales
2014-06-18 19:31 ` Charles Berry
2014-06-19 0:50 ` Samuel Wales
2014-06-19 0:52 ` Samuel Wales
2014-06-19 6:14 ` Nicolas Richard [this message]
2014-06-19 21:41 ` Samuel Wales
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=87d2e5qvct.fsf@geodiff-mac3.ulb.ac.be \
--to=theonewiththeevillook@yahoo.fr \
--cc=emacs-orgmode@gnu.org \
--cc=samologist@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).