From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle Date: Thu, 10 Sep 2015 11:46:39 +0200 Message-ID: References: <8737ynu18z.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZyRR-00019j-5N for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 05:46:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZyRL-00048g-Rf for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 05:46:52 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:34510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZyRL-00048N-Iv for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 05:46:47 -0400 Received: by wicfx3 with SMTP id fx3so20994865wic.1 for ; Thu, 10 Sep 2015 02:46:47 -0700 (PDT) In-Reply-To: <8737ynu18z.fsf@kyleam.com> (Kyle Meyer's message of "Wed, 09 Sep 2015 10:16:12 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kyle Meyer Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Kyle Meyer writes: > Hi, > > Rainer M Krug writes: > >> Hi >> >> when doing global cycling using org in emacs 25.0.50.1, I get an "Before >> first heading" error (see backtrace below). >> >> It doesn't matter if the cursor is before or after the first header in >> the document. >> >> Is this something in my settings or the combination emacs 25 HEAD and >> org-mode git? > > I'm not able to reproduce this using emacs -Q with a recent version of > Org (release_8.3.1-218-g70f590) and Emacs > (emacs-24.5-rc3-fixed-5796-g8a6260e). C-u org-cycle goes through all > the views fine. OK - it seems to be outshine: When evaluating the following: #+begin_src emacs-lisp ;; must be set before outline is loaded (defvar outline-minor-mode-prefix "\M-#") (require 'outshine) (add-hook 'outline-minor-mode-hook 'outshine-hook-function) (setq outshine-use-speed-commands t) (eval-after-load 'outline '(progn (require 'outline-magic) (define-key outline-minor-mode-map (kbd "") 'outline-cycle))) #+end_src I get the error when opening an org file. ,---- | GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version= 10.10.5 (Build 14F27)) of 2015-09-10 | Org-mode version 8.3.1 (release_8.3.1-225-g66a211 @ /Users/rainerkrug/.em= acs.d/org-mode/lisp/) `---- > > -- > Kyle =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2 iQEcBAEBCAAGBQJV8VGDAAoJENvXNx4PUvmCjHMH/RtAH5XILzcKAKr5k8XABqhl oxowZLo3Vi+NVWtAScZi9wIjaY1OWd2Uho+iuy095fxOeuBaXGaLxE0ABxko+WGa fMCVdd7ZDncOv8v9Ix68DS6ivBwyz5E0tqd9Db8qM5VcAlSruEBeXzmxTedR9nkb JqXIvUjGRD3GlvjJ+HIozVGDvaWvxLbI/JbD+loAvjVJ45fVkZSBOIPzHsJAMQT8 L+jQDXyYdn4tWzAMLnnANizBJVhlSEd0fAZyB32guFDn3esItecF2XKCgdW4KLhG mMgRwhB9bm6Q1IGTiJNlcOwLGa78UY9imZxUmbtYJvZ+Vdw/pWwvgnovQhOdkOU= =kie9 -----END PGP SIGNATURE----- --=-=-=--